diff --git a/theme/heading.css b/theme/heading.css index 74c023b..65183e6 100644 --- a/theme/heading.css +++ b/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; }