File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -547,7 +547,7 @@ i.icon.centerlock{top:1.5em}
547
547
.repository .new .issue .comment .form .content : after {border-right-color : # fff }
548
548
.repository .new .issue .comment .form .content .markdown {font-size : 14px }
549
549
.repository .new .issue .comment .form .metas {min-width : 220px }
550
- .repository .new .issue .comment .form .metas .filter .menu {overflow-x : auto}
550
+ .repository .new .issue .comment .form .metas .filter .menu {max-height : 300 px ; overflow-x : auto}
551
551
.repository .view .issue .title {padding-bottom : 0 !important }
552
552
.repository .view .issue .title h1 {font-weight : 300 ;font-size : 2.3rem ;margin-bottom : 5px }
553
553
.repository .view .issue .title h1 .ui .input {font-size : .5em ;vertical-align : top;width : 50% ;min-width : 600px }
Original file line number Diff line number Diff line change 580
580
min-width : 220px ;
581
581
582
582
.filter.menu {
583
- // max-height: 300px;
583
+ max-height : 300px ;
584
584
overflow-x : auto ;
585
585
}
586
586
}
You can’t perform that action at this time.
0 commit comments