From 69488bb04e19c9857e57641374d7bc7c050c48fb Mon Sep 17 00:00:00 2001 From: jasmussen Date: Tue, 8 Feb 2022 09:48:35 +0100 Subject: [PATCH] Try: Remove iframe 100% width rule. --- packages/edit-post/src/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/edit-post/src/style.scss b/packages/edit-post/src/style.scss index fe6f8d3f6a0a1..df4245907cfaf 100644 --- a/packages/edit-post/src/style.scss +++ b/packages/edit-post/src/style.scss @@ -95,10 +95,6 @@ body.block-editor-page { max-width: 100%; height: auto; } - - iframe { - width: 100%; - } } @include wordpress-admin-schemes();