Browse Source

Simplified CSS properties.

dkonopka 6 years ago
parent
commit
b2646fb36c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/ckeditor5-page-break/theme/pagebreak.css

+ 1 - 2
packages/ckeditor5-page-break/theme/pagebreak.css

@@ -8,6 +8,7 @@
 	clear: both;
 	padding: 5px 0;
 	display: flex;
+	align-items: center;
 	justify-content: center;
 }
 
@@ -16,8 +17,6 @@
 	position: absolute;
 	border-bottom: 2px dashed var(--ck-color-toolbar-border);
 	width: 100%;
-	top: 50%;
-	transform: translateY( -50% );
 }
 
 .ck .ck-page-break_label {