Skip to content

Commit

Permalink
rest margin-bottom on direct children of fieldset
Browse files Browse the repository at this point in the history
  • Loading branch information
hans2103 authored Sep 23, 2020
1 parent d60f3eb commit dd1f1c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/cassiopeia/scss/blocks/_form.scss
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ fieldset {
+ fieldset {
margin-top: $cassiopeia-grid-gutter*2;
}

> * {
margin-bottom: 0
}

> * + * {
margin-top: $cassiopeia-grid-gutter*2;
Expand Down

0 comments on commit dd1f1c1

Please sign in to comment.