Limit label list height on edit issue page (#10216)

This commit is contained in:
jaqra 2020-02-11 18:41:48 +03:00 committed by GitHub
parent ad2642a8aa
commit 602b29e965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -158,6 +158,8 @@
}
&.labels {
max-height: 300px;
.label-filter .menu .info {
display: inline-block;
padding: 9px 7px 7px 7px;