Przeglądaj źródła

Merge pull request #8379 from ckeditor/i/8332

Fix (html-embed): Floated images are now properly displayed around HTML embeds. Closes #8332.
Maciej 5 lat temu
rodzic
commit
985334c960

+ 1 - 1
packages/ckeditor5-html-embed/theme/htmlembed.css

@@ -8,7 +8,7 @@
 	/* Give the embed some air. */
 	margin: 1em auto;
 	position: relative;
-	clear: both;
+	display: flow-root;
 
 	/* ----- Emebed label in the upper left corner ----------------------------------------------- */