mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Adjust label padding (#10957)
* Adjust label padding * fix less complaint * Make top/bottom padding a bit smaller to create better label look
This commit is contained in:
parent
240258a3e5
commit
a0cc4b3d08
@ -1037,6 +1037,10 @@ i.icon.centerlock {
|
|||||||
top: 1.45em;
|
top: 1.45em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ui.label {
|
||||||
|
padding: .3em .5em;
|
||||||
|
}
|
||||||
|
|
||||||
.ui.label > .detail .icons {
|
.ui.label > .detail .icons {
|
||||||
margin-right: .25em;
|
margin-right: .25em;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user