|
|
@@ -18,7 +18,7 @@
|
|
|
/* Using absolute units to make sure each element has the same height and padding.
|
|
|
https://github.com/ckeditor/ckeditor5-heading/issues/63 */
|
|
|
[class*="ck-heading_"] {
|
|
|
- line-height: calc(1.8 * var(--ck-font-size-base));
|
|
|
+ line-height: calc(1.5 * var(--ck-font-size-base));
|
|
|
padding: calc(0.8 * var(--ck-font-size-base));
|
|
|
}
|
|
|
|