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:
@ -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;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user