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:
mrsdizzie 2020-04-04 15:39:57 -04:00 committed by GitHub
parent 240258a3e5
commit a0cc4b3d08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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