1
0
mirror of https://github.com/jdan/98.css.git synced 2025-08-30 17:19:56 +02:00

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);
}
.field-row * + * {
.field-row > * + * {
margin-left: var(--grouped-element-spacing);
}