mirror of
https://github.com/go-gitea/gitea.git
synced 2024-05-11 05:55:29 +00:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user