Skip to content

Commit

Permalink
fix(frontend): field spacing in fieldset group
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Jan 17, 2024
1 parent f28325a commit 771e5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/components/fieldset/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
.fieldset--group {
--label-font: var(--font-fieldset-label);

& .field {
& * + .field {
margin-block-start: var(--space-m);
}
}
Expand Down

0 comments on commit 771e5c5

Please sign in to comment.