]> source.dussan.org Git - gitea.git/commitdiff
Fix labels and projects menu overflow on issue page (#31435) (#31439)
authorGiteabot <teabot@gitea.io>
Thu, 20 Jun 2024 16:59:49 +0000 (00:59 +0800)
committerGitHub <noreply@github.com>
Thu, 20 Jun 2024 16:59:49 +0000 (16:59 +0000)
Backport #31435 by brechtvl

It was correct only on the new issue page.

Resolves #31415

Co-authored-by: Brecht Van Lommel <brecht@blender.org>
web_src/css/repo.css

index 25a71e092820dbb8a57a1e8bc0846d6f8cc95add..d1d2ff24b68dfb5156691d06b9ffca458e59cc3e 100644 (file)
   white-space: nowrap;
 }
 
+.repository .issue-content-right .filter.menu {
+  max-height: 500px;
+  overflow-x: auto;
+}
+
 .repository .filter.menu.labels .label-filter .menu .info {
   display: inline-block;
   padding: 0.5rem 0;
@@ -562,11 +567,6 @@ td .commit-summary {
   font-size: 14px;
 }
 
-.repository.new.issue .comment.form .issue-content-right .filter.menu {
-  max-height: 500px;
-  overflow-x: auto;
-}
-
 .repository.view.issue .instruct-toggle {
   display: inline-block;
 }