diff options
author | rokuu <38368986+rokuu@users.noreply.github.com> | 2018-04-21 21:41:24 +0530 |
---|---|---|
committer | 无闻 <u@gogs.io> | 2018-04-21 12:11:24 -0400 |
commit | 0e80e4759235a3460f92d1c8040cec5d1ce2d293 (patch) | |
tree | 7896e0f7561cce4e3d9f242ee80b42e1f989ffbe /public/css | |
parent | 54b931134404a3bb07dc0c1ec3d497d692b90557 (diff) |
public/{less,css}: fix overflow of brand logo hyperlink (#5189)
* Update gogs.css
* Update _base.less
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/gogs.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index cb5ecfbd..eb2f64e6 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -83,6 +83,7 @@ code.wrap { } .following.bar .top.menu a.item.brand { padding-left: 0; + padding-right: 0; } .following.bar .brand .ui.mini.image { width: 30px; |