Skip to content

Commit

Permalink
Global styles: controls in grid should match between sidebar panel an…
Browse files Browse the repository at this point in the history
…d editor (#67602)

Co-authored-by: ramonjd <[email protected]>
Co-authored-by: tyxla <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
4 people authored and michalczaplinski committed Dec 5, 2024
1 parent a4e36ab commit 0dc922c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-site/src/components/global-styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 0dc922c

Please sign in to comment.