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
1 changed files with 4 additions and 0 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue