fix search option style
This commit is contained in:
parent
ef27683726
commit
769c2e8610
1 changed files with 9 additions and 0 deletions
|
@ -19,4 +19,13 @@
|
|||
fieldset:not(:first-child) {
|
||||
margin-top: var(--spacing-large);
|
||||
}
|
||||
|
||||
.radio,
|
||||
.checkbox {
|
||||
display: inline-block;
|
||||
|
||||
&:not(:first-of-type) {
|
||||
margin-left: var(--spacing-medium);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue