Browse Source

Merge pull request #8330 from ckeditor/i/8324

Internal (html-embed): The HTML snippet widget will not cover the image inserted above with the alignment style. Closes #8324.
Kamil Piechaczek 5 years ago
parent
commit
d8b26daf36
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 {