diff options
author | Unknwon <u@gogs.io> | 2018-12-02 17:54:55 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2018-12-02 17:54:55 -0500 |
commit | 945a378e55f4193e391610c8d451166a6b5d4547 (patch) | |
tree | cbc5c5c91df25da13295ed95ee6f5e24c99eaa9b /public/css | |
parent | 29c5be47ed9dfd2d72319a6b040bc3768d9f12c9 (diff) |
public/css: adjust width of label color in dropdown
models/issue: unify Issue receiver name to 'issue'
Diffstat (limited to 'public/css')
-rw-r--r-- | 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 58927879..9e60fff6 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1211,7 +1211,7 @@ footer .ui.language .menu { .repository .filter.menu .label.color { border-radius: 3px; margin-left: 15px; - padding: 0 8px; + padding: 0 10px; } .repository .filter.menu .octicon { float: left; |