Przeglądaj źródła

Moved appearance styles to theme-lark.

dkonopka 6 lat temu
rodzic
commit
54d09d9abd

+ 1 - 2
packages/ckeditor5-horizontal-line/theme/horizontalrule.css

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