From 18ca9d2e39b1e9d8b6a2324971e26656a98f173b Mon Sep 17 00:00:00 2001 From: konradoboza Date: Wed, 19 Sep 2018 16:11:56 +0200 Subject: [PATCH] EZP-29602: Large images do not fit in the editor window --- .../Resources/public/css/alloyeditor/alloyeditor-ez.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/bundle/Resources/public/css/alloyeditor/alloyeditor-ez.css b/src/bundle/Resources/public/css/alloyeditor/alloyeditor-ez.css index 741349051..5eec74370 100644 --- a/src/bundle/Resources/public/css/alloyeditor/alloyeditor-ez.css +++ b/src/bundle/Resources/public/css/alloyeditor/alloyeditor-ez.css @@ -989,6 +989,10 @@ line-height: 18px; } +.ez-embed-type-image img { + max-width: 100%; +} + [class*="ae-icon-"], [class*=" ae-icon-"] { font-size: 14px;