Explorar el Código

Fixing html embed covering image inserted above with align.

Paweł Kwaśnik hace 5 años
padre
commit
ced5fb4c88
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      packages/ckeditor5-html-embed/theme/htmlembed.css

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

@@ -8,6 +8,7 @@
 	/* Give the embed some air. */
 	margin: 1em auto;
 	position: relative;
+	clear: both;
 
 	/* The switch mode button wrapper. */
 	& .raw-html-embed__buttons-wrapper {