Skip to content

Commit

Permalink
Fix background height and padding in non-iframe editor canvas (#63222)
Browse files Browse the repository at this point in the history
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 committed Jul 8, 2024
1 parent f908d49 commit d05f98b
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 d05f98b

Please sign in to comment.