Skip to content

Commit ca32a44

Browse files
committed
Be more deliberate around component spacing
1 parent 6a8db56 commit ca32a44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cdhweb/static_src/global/layout/streamfields.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
display: flex;
88
flex-direction: column;
99

10-
& > * + * {
10+
& > :where(.block + .block) {
1111
// Default `lg` space above each streamfield
1212
margin-block-start: var(--streamfield-space-lg);
1313

0 commit comments

Comments
 (0)