We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ecaeda commit b83482bCopy full SHA for b83482b
web_src/css/repo.css
@@ -79,6 +79,11 @@
79
white-space: nowrap;
80
}
81
82
+.repository .issue-content-right .filter.menu {
83
+ max-height: 500px;
84
+ overflow-x: auto;
85
+}
86
+
87
.repository .filter.menu.labels .label-filter .menu .info {
88
display: inline-block;
89
padding: 0.5rem 0;
@@ -562,11 +567,6 @@ td .commit-summary {
562
567
font-size: 14px;
563
568
564
569
565
-.repository.new.issue .comment.form .issue-content-right .filter.menu {
566
- max-height: 500px;
- overflow-x: auto;
-}
-
570
.repository.view.issue .instruct-toggle {
571
572
0 commit comments