add spaces between labels
This commit is contained in:
parent
99317a1a3f
commit
912f17c1bc
1 changed files with 8 additions and 0 deletions
|
@ -7,3 +7,11 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label {
|
||||||
|
display: block;
|
||||||
|
margin-block-start: .25em;
|
||||||
|
margin-block-end: .25em;
|
||||||
|
margin-inline-start: 0px;
|
||||||
|
margin-inline-end: 0px;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue