Skip to content

Commit

Permalink
Further increase specificity to fix TT1 editor styles
Browse files Browse the repository at this point in the history
  • Loading branch information
stacimc committed Oct 13, 2021
1 parent 4979a68 commit 9fd3a7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/block-library/src/buttons/editor.scss
Expand Up @@ -13,7 +13,7 @@ $blocks-block__margin: 0.5em;
}

// Specificity needed in some themes to override editor auto block margins for the button.
> .wp-block.wp-block-button {
> .wp-block-button.wp-block-button.wp-block-button.wp-block-button.wp-block-button {
margin: 0;
}

Expand Down

0 comments on commit 9fd3a7d

Please sign in to comment.