1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-06 18:35:23 +02: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 {