From f27323c5ef6a08cec288af6e7e5a656e0a5f51ce Mon Sep 17 00:00:00 2001 From: ramon Date: Tue, 25 Jun 2024 12:24:28 +1000 Subject: [PATCH] Ensure full-width in block styles inspector --- packages/block-editor/src/components/global-styles/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/block-editor/src/components/global-styles/style.scss b/packages/block-editor/src/components/global-styles/style.scss index 17b9cadaefb59d..1ed837709bb168 100644 --- a/packages/block-editor/src/components/global-styles/style.scss +++ b/packages/block-editor/src/components/global-styles/style.scss @@ -106,6 +106,8 @@ .block-editor-global-styles-background-panel__image-tools-panel-item { border: 1px solid $gray-300; border-radius: 2px; + // Full width. ToolsPanel lays out children in a grid. + grid-column: 1 / -1; // Since there is no option to skip rendering the drag'n'drop icon in drop // zone, we hide it for now. .components-drop-zone__content-icon {