Limit label list height on edit issue page (#10216)
This commit is contained in:
parent
ad2642a8aa
commit
602b29e965
2 changed files with 3 additions and 1 deletions
|
@ -158,6 +158,8 @@
|
|||
}
|
||||
|
||||
&.labels {
|
||||
max-height: 300px;
|
||||
|
||||
.label-filter .menu .info {
|
||||
display: inline-block;
|
||||
padding: 9px 7px 7px 7px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue