diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2017-03-17 01:49:24 +0100 |
---|---|---|
committer | Lunny Xiao <xiaolunwen@gmail.com> | 2017-03-17 08:49:24 +0800 |
commit | 925b2529273b95c5b1c9165525e0daede4fa82ee (patch) | |
tree | a2f01b7c0194b965b21cd59d1fe9064862f46592 /public/less/_user.less | |
parent | 1476bf909e4f852b4f80187dc544c2832c606949 (diff) | |
download | gitea-925b2529273b95c5b1c9165525e0daede4fa82ee.tar.gz gitea-925b2529273b95c5b1c9165525e0daede4fa82ee.zip |
Fix missing less sources for oauth (#1288)
Diffstat (limited to 'public/less/_user.less')
-rw-r--r-- | public/less/_user.less | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/less/_user.less b/public/less/_user.less index 5411c1d062..ce0f1fa1d3 100644 --- a/public/less/_user.less +++ b/public/less/_user.less @@ -114,4 +114,8 @@ } } } + &.link-account:not(.icon) { + padding-top: 15px; + padding-bottom: 5px; + } } |