瀏覽代碼

Revisit HTML embed styles around floated elements

Paweł Kwaśnik 5 年之前
父節點
當前提交
0da0691205
共有 1 個文件被更改,包括 1 次插入1 次删除
  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 ----------------------------------------------- */