Project

General

Profile

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: 

 ![](clipboard-202204301003-6mmaj.png) 

 This could be improved by removing the ```min-width``` attribute from ```.dashboard .issue-counter```. changing ```min-width: unset```. 

 ![](clipboard-202204301005-aycli.png) 

Back