fix search option style

This commit is contained in:
Sean Yesmunt 2019-12-09 16:46:03 -05:00
parent ef27683726
commit 769c2e8610

View file

@ -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);
}
}
}