Przeglądaj źródła

Added some vertical spacing around html embeds.

Aleksander Nowodzinski 5 lat temu
rodzic
commit
03446e7c3d

+ 7 - 0
packages/ckeditor5-html-embed/theme/htmlembed.css

@@ -5,6 +5,8 @@
 
 /* The feature container. */
 .ck-widget.raw-html {
+	/* Give the embed some air. */
+	margin: 1em auto;
 	position: relative;
 
 	/* The switch mode button wrapper. */
@@ -30,3 +32,8 @@
 		}
 	}
 }
+
+.ck-content .raw-html-embed {
+	/* Give the embed some air. */
+	margin: 1em auto;
+}