diff options
Diffstat (limited to 'public/css/gogs.css')
-rw-r--r-- | public/css/gogs.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index 23da755a..016ea7b9 100644 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1477,7 +1477,7 @@ footer .container .links > *:first-child { background-color: #fff; } .repository.view.issue .comment-list .comment .content > .bottom.segment a:before { - content: ""; + content: ' '; display: inline-block; height: 100%; vertical-align: middle; @@ -1601,6 +1601,9 @@ footer .container .links > *:first-child { .repository .label.list .item a.open-issues { margin-right: 30px; } +.repository .label.list .item .ui.label { + font-size: 1em; +} .repository .milestone.list { list-style: none; padding-top: 15px; |