mirror of
https://gitcode.com/gitea/gitea.git
synced 2025-06-05 12:06:41 +08:00
Limit label list height on edit issue page (#10216)
This commit is contained in:
@ -158,6 +158,8 @@
|
||||
}
|
||||
|
||||
&.labels {
|
||||
max-height: 300px;
|
||||
|
||||
.label-filter .menu .info {
|
||||
display: inline-block;
|
||||
padding: 9px 7px 7px 7px;
|
||||
|
Reference in New Issue
Block a user