From 61b2a22dca3ca0f209dd8b6729298604d1b9c8fe Mon Sep 17 00:00:00 2001 From: jasmussen Date: Fri, 1 Nov 2019 19:12:36 +0100 Subject: [PATCH] Remove iframe from base styles. I can't recall the exact circumstances for why it was added, I suspect it had to do with embeds for themes that don't opt in to responsive embed styles. So we'll want to test with that. But this PR fixes https://core.trac.wordpress.org/ticket/48482. --- packages/block-library/src/style.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/block-library/src/style.scss b/packages/block-library/src/style.scss index 3fd7e3c2b8e04..2af678cd3aad8 100644 --- a/packages/block-library/src/style.scss +++ b/packages/block-library/src/style.scss @@ -267,7 +267,3 @@ img { max-width: 100%; height: auto; } - -iframe { - width: 100%; -}