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

Also available in: Atom PDF