Skip to content

Commit 41ff6ac

Browse files
brechtvlGiteaBot
authored andcommittedJun 20, 2024
Fix labels and projects menu overflow on issue page (go-gitea#31435)
It was correct only on the new issue page. Resolves go-gitea#31415
1 parent 9ecaeda commit 41ff6ac

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)