Skip to content

Commit

Permalink
Fix editor padding
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Jan 22, 2024
1 parent 73ede7f commit 78b9d2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/block-editor/src/components/block-canvas/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ iframe[name="editor-canvas"] {
display: block;
}

iframe[name="editor-canvas"]:not(.has-history) {
iframe[name="editor-canvas"]:not(.has-editor-padding) {
background-color: $white;
}

iframe[name="editor-canvas"].has-history {
iframe[name="editor-canvas"].has-editor-padding {
padding: $grid-unit-60 $grid-unit-60 0;
}

0 comments on commit 78b9d2d

Please sign in to comment.