Project

General

Profile

Actions

Bug #916

closed

Fix display of issue counter with position 'inline'

Added by berham almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Affected Version:
Compatible Redmine Version:

Description

The issue counter box is too small when position is set to 'inline':

Faulty

This can be fixed with:

.dashboard .issue-counter {
	color: white;
	padding: 1rem;
	border-radius: 3px;
	text-align: center;
	overflow: unset; /* was here on hidden!! */
	word-wrap: normal;
}

Fixed


Files


Related issues 1 (0 open1 closed)

Copied to Redmine Dashboards - Bug #962: Fix display of issue counter with position 'inline'Closedliaham

Actions
Actions #1

Updated by liaham almost 3 years ago

  • Target version changed from unplanned to 3.6.0
Actions #2

Updated by liaham almost 3 years ago

  • Copied to Bug #962: Fix display of issue counter with position 'inline' added
Actions #3

Updated by liaham almost 3 years ago

  • Status changed from New to Closed
  • Assignee set to liaham
  • % Done changed from 0 to 100
  • Affected Version 3.5.3 added
Actions #4

Updated by liaham almost 3 years ago

  • Target version changed from 3.6.0 to 3.5.4
Actions

Also available in: Atom PDF