浏览代码

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 年之前
父节点
当前提交
d8b26daf36
共有 1 个文件被更改,包括 1 次插入0 次删除
  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 {