From 9fd3a7da0b42ddbc37427e8c65ea64a379d19158 Mon Sep 17 00:00:00 2001 From: Staci Cooper Date: Wed, 13 Oct 2021 11:44:46 -0700 Subject: [PATCH] Further increase specificity to fix TT1 editor styles --- packages/block-library/src/buttons/editor.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-library/src/buttons/editor.scss b/packages/block-library/src/buttons/editor.scss index 324e4a4821c0ef..672f2b07123582 100644 --- a/packages/block-library/src/buttons/editor.scss +++ b/packages/block-library/src/buttons/editor.scss @@ -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; }