add spaces between labels
This commit is contained in:
parent
99317a1a3f
commit
912f17c1bc
1 changed files with 8 additions and 0 deletions
|
@ -6,4 +6,12 @@
|
|||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
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