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/less | |
parent | 4d31eb2c0df89ebf029b62fec7e79dbb80773cc3 (diff) | |
download | gitea-477b4d3b50ec58998b3b078fadbef01eaf1fbeeb.tar.gz gitea-477b4d3b50ec58998b3b078fadbef01eaf1fbeeb.zip |
#2154 fix form submit error
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index 06ce6414aa..e13d04195f 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -25,9 +25,9 @@ } .fork-flag { margin-left: @mega-octicon-width + 8px; + margin-top: 3px; display: block; font-size: 12px; - line-height: 10px; white-space: nowrap; } } |