Browse Source

Fixing html embed covering image inserted above with align.

Paweł Kwaśnik 5 years ago
parent
commit
ced5fb4c88
1 changed files with 1 additions and 0 deletions
  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 {