File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 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}
448448.repository .owner .dropdown {min-width : 40% !important }
449449.repository # file-buttons {margin-left : auto!important ;font-weight : 400 }
450450.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}
452452.repository .metas .ui .list .hide {display : none!important }
453453.repository .metas .ui .list .item {padding : 0 }
454454.repository .metas .ui .list .label .color {padding : 0 8px ;margin-right : 5px }
@@ -990,7 +990,7 @@ td.blob-excerpt{background-color:#fafafa}
990990@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 }
991991}
992992.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 }
994994@media only screen and (max-width : 768px ){.dashboard .feeds .filter .menu , .dashboard .issues .filter .menu {width : 100% }
995995}
996996.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 8888
8989 .metas {
9090 .menu {
91- max-height : 300px ;
9291 overflow-x : auto ;
9392 }
9493
581580 min-width : 220px ;
582581
583582 .filter.menu {
584- max-height : 300px ;
583+ // max-height: 300px;
585584 overflow-x : auto ;
586585 }
587586 }
You can’t perform that action at this time.
0 commit comments