From 0dc922cdae7afb8f6dae28b66b1a18a7f021f91c Mon Sep 17 00:00:00 2001 From: Ramon Date: Thu, 5 Dec 2024 21:52:21 +1100 Subject: [PATCH] Global styles: controls in grid should match between sidebar panel and editor (#67602) Co-authored-by: ramonjd Co-authored-by: tyxla Co-authored-by: jasmussen --- packages/edit-site/src/components/global-styles/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/edit-site/src/components/global-styles/style.scss b/packages/edit-site/src/components/global-styles/style.scss index 57f51f4b8f007c..4674b5e5fc3ca4 100644 --- a/packages/edit-site/src/components/global-styles/style.scss +++ b/packages/edit-site/src/components/global-styles/style.scss @@ -211,6 +211,10 @@ flex-direction: column; } +.edit-site-global-styles-sidebar__navigator-screen .single-column { + grid-column: span 1; +} + .edit-site-global-styles-screen-root.edit-site-global-styles-screen-root, .edit-site-global-styles-screen-style-variations.edit-site-global-styles-screen-style-variations { background: unset;