From 48ce55af3ae64c4576e59a8ccdf40a24ca049ab3 Mon Sep 17 00:00:00 2001 From: Jorge Date: Wed, 18 Apr 2018 13:22:59 +0100 Subject: [PATCH] Fixed some Embed's width in the editor. (#6212) --- components/sandbox/index.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/components/sandbox/index.js b/components/sandbox/index.js index 840bbaa94f7210..c5841deab992a8 100644 --- a/components/sandbox/index.js +++ b/components/sandbox/index.js @@ -142,6 +142,9 @@ class Sandbox extends Component { width: 100%; height: 100%; } + body > div > iframe { + width: 100%; + } body > div > * { margin-top: 0 !important; /* has to have !important to override inline styles */ margin-bottom: 0 !important;