Skip to content

Commit

Permalink
Site Editor: Fix space on the left or right of the menu in mobile view (
Browse files Browse the repository at this point in the history
#69327)

Co-authored-by: t-hamano <[email protected]>
Co-authored-by: vcanales <[email protected]>
Co-authored-by: Mamaduka <[email protected]>
Co-authored-by: afercia <[email protected]>
Co-authored-by: rinkalpagdar <[email protected]>
  • Loading branch information
6 people authored Feb 27, 2025
1 parent df6f07d commit 38610b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-site/src/components/layout/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

1 comment on commit 38610b0

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 38610b0.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/13566474899
📝 Reported issues:

Please sign in to comment.