diff options
author | Hussain Khalil <hussainpilot05@gmail.com> | 2017-06-03 04:58:43 -0400 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-06-03 16:58:43 +0800 |
commit | 009a0739906566abd511d17d53b8282696e9e99e (patch) | |
tree | 4e0d9612bc26722baeb60b57e5a09f4e12ddcf4f /public/less | |
parent | 2ec5dc1661084c099348ce75c21dde95c2c26d8d (diff) | |
download | gitea-009a0739906566abd511d17d53b8282696e9e99e.tar.gz gitea-009a0739906566abd511d17d53b8282696e9e99e.zip |
Remove annoying difference in button heights. (#1853)
* Remove annoying difference in button heights.
Why was that even there?
See before & after: http://imgur.com/a/yKdUR
* (2/2) Remove annoying difference in button heights
Diffstat (limited to 'public/less')
-rw-r--r-- | public/less/_repository.less | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/less/_repository.less b/public/less/_repository.less index b327fb0b5c..305ed1ab84 100644 --- a/public/less/_repository.less +++ b/public/less/_repository.less @@ -163,7 +163,6 @@ } #file-buttons { font-weight: normal; - margin-top: -3px; .ui.button { padding: 8px 10px; font-weight: normal; |