|
|
@@ -0,0 +1,14 @@
|
|
|
+/*
|
|
|
+ * Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
|
|
|
+ * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
|
|
|
+ */
|
|
|
+
|
|
|
+.ck.ck-table-form {
|
|
|
+ & .ck-table-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);
|
|
|
+ }
|
|
|
+}
|