1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Fix empty space surrounding hidden issue labels (#3200)

This commit is contained in:
chriswatt
2016-06-24 16:38:25 +01:00
committed by 无闻
parent 26342b0c24
commit 24caccccdd
2 changed files with 8 additions and 4 deletions

View File

@@ -53,13 +53,15 @@
.hide {
display: none!important;
}
.item {
padding: 0px;
}
.label.color {
padding: 0 8px;
margin-right: 5px;
}
a {
padding-top: 5px;
padding-right: 10px;
margin: 2px 0;
.text {
color: #444;
&:hover {