Actions
Bug #962
closedFix display of issue counter with position 'inline'
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Compatible Redmine Version:
Pull Request Link:
Description
The issue counter box is too small when position is set to 'inline':
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: break-word; /* was here on normal */
}
Files
Updated by liaham almost 3 years ago
- Copied from Bug #916: Fix display of issue counter with position 'inline' added
Updated by liaham almost 3 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
Updated by liaham almost 3 years ago
- Target version changed from unreleased to 1.0.3
Actions