From 38610b0e7e72b67eca210e47f2894621f2646557 Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Thu, 27 Feb 2025 21:33:45 +0900 Subject: [PATCH] Site Editor: Fix space on the left or right of the menu in mobile view (#69327) Co-authored-by: t-hamano Co-authored-by: vcanales Co-authored-by: Mamaduka Co-authored-by: afercia Co-authored-by: rinkalpagdar --- packages/edit-site/src/components/layout/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/edit-site/src/components/layout/style.scss b/packages/edit-site/src/components/layout/style.scss index caf7dd78da4b34..31699b91eb26ec 100644 --- a/packages/edit-site/src/components/layout/style.scss +++ b/packages/edit-site/src/components/layout/style.scss @@ -68,6 +68,10 @@ .edit-site-sidebar__screen-wrapper { padding: 0; } + + .edit-site-sidebar-navigation-screen__main { + padding: 0 $grid-unit-15; + } } .edit-site-layout__canvas-container {