8
0
Просмотр исходного кода

Fix: The operator between table width and height fields should be aligned properly.

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
d0680f931a

+ 8 - 0
packages/ckeditor5-theme-lark/theme/ckeditor5-table/tableproperties.css

@@ -22,6 +22,14 @@
 				margin-right: var(--ck-spacing-small);
 			}
 
+			& .ck-table-properties-form__dimension-operator {
+				margin: 0;
+				align-self: start;
+				display: inline-block;
+				height: var(--ck-ui-component-min-height);
+				line-height: var(--ck-ui-component-min-height);
+			}
+
 			& .ck-table-properties-form__height {
 				margin-left: var(--ck-spacing-small);
 			}