8
0
Pārlūkot izejas kodu

Decreased the horizontal line margin.

Aleksander Nowodzinski 5 gadi atpakaļ
vecāks
revīzija
fdc4cf462f

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

@@ -10,7 +10,7 @@
 }
 
 .ck-content hr {
-	margin: 20px 0;
+	margin: 15px 0;
 	height: 4px;
 	background: hsl(0, 0%, 87%);
 	border: 0;