Skip to content

Commit ef513e1

Browse files
Vedranlunny
Vedran
authored andcommitted
Fix double scroll in branch dropdown (#9048)
* Fix double scroll in branch dropdown * Revert of 425ae38 * Changes in .less, generated new .css * Revert unnecessary commented line
1 parent f8bd90b commit ef513e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

public/css/index.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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:300px;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}

web_src/less/_repository.less

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888

8989
.metas {
9090
.menu {
91-
max-height: 300px;
9291
overflow-x: auto;
9392
}
9493

0 commit comments

Comments
 (0)