Browse Source

Adjust label padding (#10957)

* Adjust label padding

* fix less complaint

* Make top/bottom padding a bit smaller to create better label look
tags/v1.13.0-dev
mrsdizzie GitHub 6 years ago
parent
commit
cf9cfbdf4d
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      web_src/less/_base.less

+ 4
- 0
web_src/less/_base.less View File

@@ -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