Skip to content

Commit a0cc4b3

Browse files
authored
Adjust label padding (#10957)
* Adjust label padding * fix less complaint * Make top/bottom padding a bit smaller to create better label look
1 parent 240258a commit a0cc4b3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

web_src/less/_base.less

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1037,6 +1037,10 @@ i.icon.centerlock {
10371037
top: 1.45em;
10381038
}
10391039

1040+
.ui.label {
1041+
padding: .3em .5em;
1042+
}
1043+
10401044
.ui.label > .detail .icons {
10411045
margin-right: .25em;
10421046
}

0 commit comments

Comments
 (0)