Skip to content

Commit d05f98b

Browse files
t-hamanotalldanstokesman
authored
Fix background height and padding in non-iframe editor canvas (#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>
1 parent f908d49 commit d05f98b

File tree

1 file changed

+1
-1
lines changed
  • packages/edit-post/src/components/layout

1 file changed

+1
-1
lines changed

packages/edit-post/src/components/layout/style.scss

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.edit-post-layout.has-metaboxes .edit-post-visual-editor {
1+
.edit-post-visual-editor:not(.is-iframed) {
22
flex: 1 0 auto;
33
height: auto;
44
}

0 commit comments

Comments
 (0)