Skip to content

Commit

Permalink
Fix background height and padding in non-iframe editor canvas (WordPr…
Browse files Browse the repository at this point in the history
…ess#63222)

Co-authored-by: t-hamano <wildworks@git.wordpress.org>
Co-authored-by: talldan <talldanwp@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
  • Loading branch information
4 people authored and huubl committed Jul 10, 2024
1 parent 359b6f5 commit c54eaa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/edit-post/src/components/layout/style.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.edit-post-layout.has-metaboxes .edit-post-visual-editor {
.edit-post-visual-editor:not(.is-iframed) {
flex: 1 0 auto;
height: auto;
}
Expand Down

0 comments on commit c54eaa5

Please sign in to comment.