Browse Source

fix filter label emoji width (#10241)

tags/v1.21.12.1
jaqra GitHub 5 years ago
parent
commit
6c823c7560
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_repository.less

+ 4
- 0
web_src/less/_repository.less View File

@@ -2095,6 +2095,10 @@
vertical-align: middle;
}

.ui.menu .item > img:not(.ui) {
width: auto;
}

.issue.list {
list-style: none;



Loading…
Cancel
Save