Преглед на файлове

Merge pull request #8379 from ckeditor/i/8332

Fix (html-embed): Floated images are now properly displayed around HTML embeds. Closes #8332.
Maciej преди 5 години
родител
ревизия
985334c960
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-html-embed/theme/htmlembed.css

+ 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 ----------------------------------------------- */