|
|
@@ -0,0 +1,11 @@
|
|
|
+/*
|
|
|
+ * Copyright (c) 2003-2018, CKSource - Frederico Knabben. All rights reserved.
|
|
|
+ * For licensing, see LICENSE.md.
|
|
|
+ */
|
|
|
+
|
|
|
+/* Using absolute units to make sure each element has the same height and padding.
|
|
|
+https://github.com/ckeditor/ckeditor5-heading/issues/63 */
|
|
|
+.ck-fontsize-option {
|
|
|
+ line-height: calc(1.8 * var(--ck-font-size-base));
|
|
|
+ padding: calc(0.8 * var(--ck-font-size-base));
|
|
|
+}
|