Fix issue sidebar menus having an infinite height (#10239)

* Revert "Limit label list height on edit issue page"

* Fix issue sidebar menus having an infinite height
This commit is contained in:
James Lakin 2020-02-11 20:40:47 +00:00 committed by GitHub
parent d9c79986ea
commit 54af3c90c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View file

@ -83,6 +83,7 @@
.metas {
.menu {
overflow-x: auto;
max-height: 300px;
}
.ui.list {
@ -152,8 +153,6 @@
}
&.labels {
max-height: 300px;
.label-filter .menu .info {
display: inline-block;
padding: 9px 7px 7px 7px;