Skip to content

Commit

Permalink
fix: prevent id selector format error (#833)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurelfulford authored Mar 23, 2020
1 parent 15eb042 commit 2fdb043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newspack-theme/sass/blocks/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1134,7 +1134,7 @@
width: 100%;
}

#wp-block-jetpack-mailchimp_consent-text {
p[id^='wp-block-jetpack-mailchimp'] {
font-size: $font__size-sm;
}
}
Expand Down

0 comments on commit 2fdb043

Please sign in to comment.