Skip to content

Commit

Permalink
Remove any vertical margin
Browse files Browse the repository at this point in the history
  • Loading branch information
enejb committed Jan 21, 2025
1 parent b3a5538 commit 3ba4a7d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions projects/packages/forms/src/contact-form/css/grunion.css
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@
flex-grow: 1;
gap: var(--wp--style--block-gap, 1.5rem);
}
:where( .wp-block-jetpack-contact-form .wp-block-separator ) {
margin-top: 0;
margin-bottom: 0;
}

.wp-block-jetpack-contact-form > * {
flex: 0 0 100%;
Expand Down

0 comments on commit 3ba4a7d

Please sign in to comment.