Browse Source

Moved widget spacing styles from ckeditor5-theme-lark to the feature content styles sheet.

Aleksander Nowodzinski 7 years ago
parent
commit
ed734117cf
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/ckeditor5-image/theme/image.css

+ 3 - 0
packages/ckeditor5-image/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;