8
0
Просмотр исходного кода

Moved the list dropdown styles to lark, unified with the similar dropdowns for the font features.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
aec3ecde60
1 измененных файлов с 0 добавлено и 7 удалено
  1. 0 7
      packages/ckeditor5-heading/theme/heading.css

+ 0 - 7
packages/ckeditor5-heading/theme/heading.css

@@ -15,13 +15,6 @@
 	font-size: 14px;
 }
 
-/* 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: 18px;
-	padding: 11px;
-}
-
 [class*="ck-heading_heading"] {
 	font-weight: bold;
 }