Improvement #853
Updated by liaham almost 3 years ago
Currently, the issue counter has the ```min-width``` attribute set to ```min-content```. This leads in some cases to the following effect:  This could be improved by removing the ```min-width``` attribute from ```.dashboard .issue-counter```. changing ```min-width: unset```. 