1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-03 17:17:19 +00:00

fix filter label emoji width (#10241)

This commit is contained in:
jaqra
2020-02-12 00:25:41 +03:00
committed by GitHub
parent 54af3c90c7
commit 6c823c7560

View File

@ -2095,6 +2095,10 @@
vertical-align: middle; vertical-align: middle;
} }
.ui.menu .item > img:not(.ui) {
width: auto;
}
.issue.list { .issue.list {
list-style: none; list-style: none;