Преглед на файлове

Shrinked the heading dropdown previews to save space.

Aleksander Nowodzinski преди 8 години
родител
ревизия
cdf482dd65
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-theme-lark/theme/ckeditor5-heading/heading.css

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-heading/heading.css

@@ -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));
 }