From 39012bc7d5f85e4d513419f7fc7958706b98482e Mon Sep 17 00:00:00 2001 From: Martin Leblanc Date: Thu, 2 Dec 2021 16:47:39 +0000 Subject: [PATCH] ISTWCMS-4811: adding specificity to the ckeditor display of caption, as we use a global display for when used with images --- css/uw_ckeditor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/uw_ckeditor.css b/css/uw_ckeditor.css index 5672555..dbc4dd3 100644 --- a/css/uw_ckeditor.css +++ b/css/uw_ckeditor.css @@ -7,7 +7,9 @@ font-family: Typ1451-Regular,verdana,sans-serif; width: 100%; } - +.cke_editable .caption > * { + display: inline-block; +} .cke_editable .caption { width: 98%; } -- GitLab