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:
parent
d9c79986ea
commit
54af3c90c7
2 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue