File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -448,7 +448,7 @@ i.icon.centerlock{top:1.5em}
448
448
.repository .owner .dropdown {min-width : 40% !important }
449
449
.repository # file-buttons {margin-left : auto!important ;font-weight : 400 }
450
450
.repository # file-buttons .ui .button {padding : 8px 10px ;font-weight : 400 }
451
- .repository .metas .menu {max-height : 300 px ; overflow-x : auto}
451
+ .repository .metas .menu {overflow-x : auto}
452
452
.repository .metas .ui .list .hide {display : none!important }
453
453
.repository .metas .ui .list .item {padding : 0 }
454
454
.repository .metas .ui .list .label .color {padding : 0 8px ;margin-right : 5px }
@@ -990,7 +990,7 @@ td.blob-excerpt{background-color:#fafafa}
990
990
@media only screen and (max-width : 768px ){.dashboard .feeds .filter .menu .item .floating .label , .dashboard .issues .filter .menu .item .floating .label {top : 10px ;left : auto;width : auto;right : 13px }
991
991
}
992
992
.dashboard .feeds .filter .menu .jump .item , .dashboard .issues .filter .menu .jump .item {margin : 1px ;padding-right : 0 }
993
- .dashboard .feeds .filter .menu .menu , .dashboard .issues .filter .menu .menu {overflow-x : auto;right : 0 !important ;left : auto!important }
993
+ .dashboard .feeds .filter .menu .menu , .dashboard .issues .filter .menu .menu {max-height : 300 px ; overflow-x : auto;right : 0 !important ;left : auto!important }
994
994
@media only screen and (max-width : 768px ){.dashboard .feeds .filter .menu , .dashboard .issues .filter .menu {width : 100% }
995
995
}
996
996
.dashboard .feeds .right .stackable .menu > .item .active , .dashboard .issues .right .stackable .menu > .item .active {color : # d9453d }
Original file line number Diff line number Diff line change 88
88
89
89
.metas {
90
90
.menu {
91
- max-height : 300px ;
92
91
overflow-x : auto ;
93
92
}
94
93
581
580
min-width : 220px ;
582
581
583
582
.filter.menu {
584
- max-height : 300px ;
583
+ // max-height: 300px;
585
584
overflow-x : auto ;
586
585
}
587
586
}
You can’t perform that action at this time.
0 commit comments