1
0
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:
James Lakin
2020-02-11 20:40:47 +00:00
committed by GitHub
parent d9c79986ea
commit 54af3c90c7
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;