limit field-row child spacing to direct descendants

fixes #65
This commit is contained in:
Jordan Scales 2020-04-26 10:44:45 -04:00
parent a230ec63ca
commit 0a32dd359c

View file

@ -240,7 +240,7 @@ legend {
margin-top: var(--grouped-element-spacing); margin-top: var(--grouped-element-spacing);
} }
.field-row * + * { .field-row > * + * {
margin-left: var(--grouped-element-spacing); margin-left: var(--grouped-element-spacing);
} }