Browse Source
Adjust label padding (#10957)
* Adjust label padding
* fix less complaint
* Make top/bottom padding a bit smaller to create better label look
for-closed-social
mrsdizzie
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
0 deletions
-
web_src/less/_base.less
|
|
@ -1037,6 +1037,10 @@ i.icon.centerlock { |
|
|
|
top: 1.45em; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.label { |
|
|
|
padding: .3em .5em; |
|
|
|
} |
|
|
|
|
|
|
|
.ui.label > .detail .icons { |
|
|
|
margin-right: .25em; |
|
|
|
} |
|
|
|