Skip to content

Commit

Permalink
Fix styles on small breakpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
tellthemachines committed Nov 7, 2024
1 parent 3417c5b commit 4e5303b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/edit-site/src/components/style-book/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ export const STYLE_BOOK_IFRAME_STYLES = `
}
.edit-site-style-book__example-preview {
width: 100%;
}
.is-wide .edit-site-style-book__example-preview {
width: calc(100% - 120px);
}
Expand Down

0 comments on commit 4e5303b

Please sign in to comment.