Browse Source

Shrinked the heading dropdown previews to save space.

Aleksander Nowodzinski 8 years ago
parent
commit
cdf482dd65
1 changed files with 1 additions and 1 deletions
  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));
 }