From fcdaa40e082168402a78404a040cc28cf8c7b9c0 Mon Sep 17 00:00:00 2001 From: tellthemachines Date: Wed, 23 Jun 2021 10:57:11 +1000 Subject: [PATCH] Match block width with inserter. --- packages/edit-widgets/src/blocks/widget-area/editor.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/edit-widgets/src/blocks/widget-area/editor.scss b/packages/edit-widgets/src/blocks/widget-area/editor.scss index 2f36e3b4a763a..e1c1fcbc69bc0 100644 --- a/packages/edit-widgets/src/blocks/widget-area/editor.scss +++ b/packages/edit-widgets/src/blocks/widget-area/editor.scss @@ -21,6 +21,10 @@ .block-list-appender.wp-block { width: initial; } + // Override theme custom widths for blocks. + .editor-styles-wrapper .wp-block.wp-block.wp-block.wp-block.wp-block { + max-width: 100%; + } } // Add some spacing above the inner blocks so that the block toolbar doesn't