From af15ed99c3774abe56e577944f1b18679ffe6cd3 Mon Sep 17 00:00:00 2001 From: Aleksander Nowodzinski Date: Fri, 16 Nov 2018 16:32:03 +0100 Subject: [PATCH] Moved widget spacing styles from ckeditor5-theme-lark to the feature content styles sheet. --- theme/image.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/theme/image.css b/theme/image.css index 89bfe02c..8ff0229a 100644 --- a/theme/image.css +++ b/theme/image.css @@ -7,6 +7,9 @@ clear: both; text-align: center; + /* Make sure there is some space between the content and the image. */ + margin: 1em 0; + & > img { /* Prevent unnecessary margins caused by line-height (see #44). */ display: block;