Skip to content

Commit b83482b

Browse files
GiteaBotbrechtvl
andauthored
Fix labels and projects menu overflow on issue page (#31435) (#31439)
Backport #31435 by brechtvl It was correct only on the new issue page. Resolves #31415 Co-authored-by: Brecht Van Lommel <brecht@blender.org>
1 parent 9ecaeda commit b83482b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

web_src/css/repo.css

+5-5
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,11 @@
7979
white-space: nowrap;
8080
}
8181

82+
.repository .issue-content-right .filter.menu {
83+
max-height: 500px;
84+
overflow-x: auto;
85+
}
86+
8287
.repository .filter.menu.labels .label-filter .menu .info {
8388
display: inline-block;
8489
padding: 0.5rem 0;
@@ -562,11 +567,6 @@ td .commit-summary {
562567
font-size: 14px;
563568
}
564569

565-
.repository.new.issue .comment.form .issue-content-right .filter.menu {
566-
max-height: 500px;
567-
overflow-x: auto;
568-
}
569-
570570
.repository.view.issue .instruct-toggle {
571571
display: inline-block;
572572
}

0 commit comments

Comments
 (0)