]> source.dussan.org Git - gitea.git/commitdiff
Fix issue sidebar menus having an infinite height (#10240)
authorJames Lakin <jamesorlakin@users.noreply.github.com>
Tue, 11 Feb 2020 21:26:33 +0000 (21:26 +0000)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2020 21:26:33 +0000 (22:26 +0100)
web_src/less/_repository.less

index cd35b88f3ba3974f007dc89deadba7cc3c7366f9..9dde108ea6f22c99be07f26e020588eec3b16362 100644 (file)
@@ -89,6 +89,7 @@
     .metas {
         .menu {
             overflow-x: auto;
+            max-height: 300px;
         }
 
         .ui.list {