Skip to content

Commit

Permalink
Merge pull request #103 from springload/fix/revert-streamfield-child-…
Browse files Browse the repository at this point in the history
…selector-change

Change streamfield child selector
  • Loading branch information
liamjohnston authored Jun 16, 2024
2 parents a81ad29 + 9a10960 commit 2374176
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 2374176

Please sign in to comment.