From c54eaa54e513fa031cc2f8514d28c4b9d6f8e04d Mon Sep 17 00:00:00 2001 From: Aki Hamano <54422211+t-hamano@users.noreply.github.com> Date: Mon, 8 Jul 2024 18:04:47 +0900 Subject: [PATCH] Fix background height and padding in non-iframe editor canvas (#63222) Co-authored-by: t-hamano Co-authored-by: talldan Co-authored-by: stokesman --- packages/edit-post/src/components/layout/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/edit-post/src/components/layout/style.scss b/packages/edit-post/src/components/layout/style.scss index da42faba630fb..b59009e80f0fd 100644 --- a/packages/edit-post/src/components/layout/style.scss +++ b/packages/edit-post/src/components/layout/style.scss @@ -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; }