Skip to content

Commit

Permalink
Change streamfield child selector
Browse files Browse the repository at this point in the history
  • Loading branch information
liamjohnston committed Jun 16, 2024
1 parent a81ad29 commit 9a10960
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cdhweb/static_src/global/layout/streamfields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
display: flex;
flex-direction: column;

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

Expand Down

0 comments on commit 9a10960

Please sign in to comment.