Skip to content

Commit

Permalink
Mailchimp Block: Fix styling issue with FSE (#19566)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Serong <[email protected]>
  • Loading branch information
stacimc and andrewserong authored Apr 27, 2021
1 parent 3d1d967 commit 3c02774
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Significance: patch
Type: compat

Mailchimp block: add base styles to ensure compatibility with WordPress' Full Site Editing feature.
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,15 @@
}
}

.wp-block-jetpack-button {
.wp-block-jetpack-button, p {
margin-bottom: 1em;
}

input {
box-sizing: border-box;
width: 100%;
}

.error,
.error:focus {
outline: 1px;
Expand Down

0 comments on commit 3c02774

Please sign in to comment.