diff options
author | Vedran <vedran.mikov@protonmail.com> | 2019-11-18 02:25:24 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2019-11-18 09:25:24 +0800 |
commit | ef513e1af3cc06ce39a10c4418a1d178b5e17ae6 (patch) | |
tree | 6bacfd3c537152c51f0ed158abf97cda740a10aa /public | |
parent | f8bd90ba60b0c362d3e39ddf702cac0e0df2b0ab (diff) | |
download | gitea-ef513e1af3cc06ce39a10c4418a1d178b5e17ae6.tar.gz gitea-ef513e1af3cc06ce39a10c4418a1d178b5e17ae6.zip |
Fix double scroll in branch dropdown (#9048)
* Fix double scroll in branch dropdown
* Revert of 425ae38aa9ea3e9a25dee235aa9176762fe4bc5b
* Changes in .less, generated new .css
* Revert unnecessary commented line
Diffstat (limited to 'public')
-rw-r--r-- | public/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/index.css b/public/css/index.css index f82119737b..21141d78ff 100644 --- a/public/css/index.css +++ b/public/css/index.css @@ -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} |