From 028d4941ab52dab61f2b657a348ba4dff7adfcbd Mon Sep 17 00:00:00 2001 From: yflory Date: Mon, 14 Sep 2020 15:32:06 +0200 Subject: [PATCH] CkEditor export --- customize.dist/ckeditor-contents.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/customize.dist/ckeditor-contents.css b/customize.dist/ckeditor-contents.css index 4d2abae08..000162c00 100644 --- a/customize.dist/ckeditor-contents.css +++ b/customize.dist/ckeditor-contents.css @@ -205,3 +205,11 @@ a > img { .cp-link-clicked a { cursor: pointer; } + +media-tag { + display: inline-block; +} +media-tag * { + width: 100%; + height: 100%; +}