Adjust label padding (#10957)

* Adjust label padding

* fix less complaint

* Make top/bottom padding a bit smaller to create better label look
mj
mrsdizzie 4 years ago committed by GitHub
parent 240258a3e5
commit a0cc4b3d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1037,6 +1037,10 @@ i.icon.centerlock {
top: 1.45em;
}
.ui.label {
padding: .3em .5em;
}
.ui.label > .detail .icons {
margin-right: .25em;
}

Loading…
Cancel
Save