From 86ed6c5c4734e38aaf7179582bed5304ad44fdb3 Mon Sep 17 00:00:00 2001 From: Joen A <1204802+jasmussen@users.noreply.github.com> Date: Mon, 4 Apr 2022 10:50:06 +0200 Subject: [PATCH] Try: Remove iframe 100% width rule. (#38614) --- 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 a464111f28c1c..a8360e0d8be2b 100644 --- a/packages/edit-post/src/style.scss +++ b/packages/edit-post/src/style.scss @@ -93,10 +93,6 @@ body.block-editor-page { max-width: 100%; height: auto; } - - iframe { - width: 100%; - } } @include wordpress-admin-schemes();