Actions
Bug #916
closedFix display of issue counter with position 'inline'
Start date:
Due date:
% Done:
100%
Estimated time:
Affected Version:
Affected component:
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: normal;
}
Files
Actions