index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
public
/
css
/
gogs.css
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
chriswatt <info@chriswatt.org>
2016-06-24 16:38:25 +0100
committer
无闻 <u@gogs.io>
2016-06-24 23:38:25 +0800
commit
24caccccdd2d5e53a66a73b026eea45327596395
(
patch
)
tree
6caec4c38c5ebdfeae2a220ab9d50bebcf80d80b
/
public/css/gogs.css
parent
26342b0c2457ba3b8a79e05be75f85258b0e82eb
(
diff
)
Fix empty space surrounding hidden issue labels (#3200)
Diffstat
(limited to 'public/css/gogs.css')
-rw-r--r--
public/css/gogs.css
6
1 files changed, 4 insertions, 2 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css
index c21cb41c..b170ddf4 100644
--- a/
public/css/gogs.css
+++ b/
public/css/gogs.css
@@ -1137,13 +1137,15 @@ footer .ui.language .menu {
.repository .metas .ui.list .hide {
display: none!important;
}
+.repository .metas .ui.list .item {
+ padding: 0px;
+}
.repository .metas .ui.list .label.color {
padding: 0 8px;
margin-right: 5px;
}
.repository .metas .ui.list a {
- padding-top: 5px;
- padding-right: 10px;
+ margin: 2px 0;
}
.repository .metas .ui.list a .text {
color: #444;