From 9606680085131576f87c5731f44156cb67e2a2b2 Mon Sep 17 00:00:00 2001 From: Robert Anderson Date: Tue, 14 May 2024 16:32:54 +1000 Subject: [PATCH] Grid Visualizer: Fix grid item resizing in site editor by improving specicificty of a site editor selector (#61641) Co-authored-by: noisysocks Co-authored-by: andrewserong Co-authored-by: tellthemachines --- packages/edit-site/src/components/block-editor/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-site/src/components/block-editor/style.scss b/packages/edit-site/src/components/block-editor/style.scss index d4eaeb83b22149..e9a2e0f8ef529c 100644 --- a/packages/edit-site/src/components/block-editor/style.scss +++ b/packages/edit-site/src/components/block-editor/style.scss @@ -58,7 +58,7 @@ } } - .components-resizable-box__container { + & > .components-resizable-box__container { margin: 0 auto; }