diff options
author | Unknwon <u@gogs.io> | 2015-12-11 18:52:28 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2015-12-11 18:52:28 -0500 |
commit | 477b4d3b50ec58998b3b078fadbef01eaf1fbeeb (patch) | |
tree | a63576c95340c4645662fffe18a76793d2435c9c /public/css | |
parent | 4d31eb2c0df89ebf029b62fec7e79dbb80773cc3 (diff) | |
download | gitea-477b4d3b50ec58998b3b078fadbef01eaf1fbeeb.tar.gz gitea-477b4d3b50ec58998b3b078fadbef01eaf1fbeeb.zip |
#2154 fix form submit error
Diffstat (limited to 'public/css')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 96ee81209d..92d10ac734 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1773,9 +1773,9 @@ footer .container .links > *:first-child { } .repository .head .fork-flag { margin-left: 38px; + margin-top: 3px; display: block; font-size: 12px; - line-height: 10px; white-space: nowrap; } .repository .navbar .ui.label { |