Bug #962
Updated by liaham almost 3 years ago
The issue counter box is too small when position is set to 'inline':  This can be fixed with: ``` css .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 */ normal; } ``` 