Parcourir la source

Revisit HTML embed styles around floated elements

Paweł Kwaśnik il y a 5 ans
Parent
commit
0da0691205
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 ----------------------------------------------- */