Преглед на файлове

Made the .ck-horizontal-line use `display: flow-root` to get rid of overflow colliding with the type around feature.

Aleksander Nowodzinski преди 5 години
родител
ревизия
07736511be
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-horizontal-line/theme/horizontalline.css

+ 1 - 1
packages/ckeditor5-horizontal-line/theme/horizontalline.css

@@ -6,7 +6,7 @@
 
 .ck-editor__editable .ck-horizontal-line {
 	/* Necessary to render properly next to floated objects, e.g. side image case. */
-	overflow: hidden;
+	display: flow-root;
 }
 
 .ck-content hr {