Change display type for label checkboxes (#8048)

This commit is contained in:
Luke Heath
2022-09-30 14:53:33 -05:00
committed by GitHub
parent 6b4d76b975
commit cc5783581b
@@ -84,7 +84,7 @@
&__label {
font-size: $x-small;
padding-left: $pad-small;
display: inline;
display: inline-block;
vertical-align: top;
}