fix filter label emoji width (#10241)
This commit is contained in:
parent
54af3c90c7
commit
6c823c7560
1 changed files with 4 additions and 0 deletions
|
@ -2095,6 +2095,10 @@
|
|||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.ui.menu .item > img:not(.ui) {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.issue.list {
|
||||
list-style: none;
|
||||
|
||||
|
|
Reference in a new issue