Skip to content

Commit

Permalink
Fix double scroll in branch dropdown (#9048)
Browse files Browse the repository at this point in the history
* Fix double scroll in branch dropdown

* Revert of 425ae38

* Changes in .less, generated new .css

* Revert unnecessary commented line
  • Loading branch information
Vedran authored and lunny committed Nov 18, 2019
1 parent f8bd90b commit ef513e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion public/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ i.icon.centerlock{top:1.5em}
.repository .owner.dropdown{min-width:40%!important}
.repository #file-buttons{margin-left:auto!important;font-weight:400}
.repository #file-buttons .ui.button{padding:8px 10px;font-weight:400}
.repository .metas .menu{max-height:300px;overflow-x:auto}
.repository .metas .menu{overflow-x:auto}
.repository .metas .ui.list .hide{display:none!important}
.repository .metas .ui.list .item{padding:0}
.repository .metas .ui.list .label.color{padding:0 8px;margin-right:5px}
Expand Down
1 change: 0 additions & 1 deletion web_src/less/_repository.less
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,6 @@

.metas {
.menu {
max-height: 300px;
overflow-x: auto;
}

Expand Down

0 comments on commit ef513e1

Please sign in to comment.