Fix issue #4499: changed :width in .item_count to :min-width
This commit is contained in:
parent
1dbf9642c8
commit
0b37e9f736
1 changed files with 1 additions and 1 deletions
|
|
@ -1976,7 +1976,7 @@ ul#requested-scopes
|
||||||
:display none
|
:display none
|
||||||
|
|
||||||
.item_count
|
.item_count
|
||||||
:width 16px
|
:min-width 16px
|
||||||
:line-height 16px
|
:line-height 16px
|
||||||
:text-align center
|
:text-align center
|
||||||
:float right
|
:float right
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue