Explorar el Código

Merge branch 'master' into t/5

Piotrek Koszuliński hace 6 años
padre
commit
cad82d317b
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3 3
      packages/ckeditor5-horizontal-line/theme/horizontalline.css

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

@@ -3,10 +3,10 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
 
-.ck .ck-horizontal-line {
-	/* Handle proper `<hr>` display next to elements with `float` property, e.g. side image case. */
+
+.ck-editor__editable .ck-horizontal-line {
+	/* Necessary to render properly next to floated objects, e.g. side image case. */
 	overflow: hidden;
-	padding: 5px 0;
 }
 
 .ck-content hr {