Explorar el Código

Revisit HTML embed styles around floated elements

Paweł Kwaśnik hace 5 años
padre
commit
0da0691205
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 ----------------------------------------------- */