diff --git a/assets/css/src/newsletter_editor/contentBlocks/base.styl b/assets/css/src/newsletter_editor/contentBlocks/base.styl index 2ead16df83..c505812d9b 100644 --- a/assets/css/src/newsletter_editor/contentBlocks/base.styl +++ b/assets/css/src/newsletter_editor/contentBlocks/base.styl @@ -30,3 +30,7 @@ $block-hover-highlight-color = $primary-active-color .mailpoet_content position: relative + line-height: 1.61803398875 + + p + line-height: 1.61803398875 diff --git a/views/newsletter/templates/components/styles.hbs b/views/newsletter/templates/components/styles.hbs index 1b405a659f..6850a58b10 100644 --- a/views/newsletter/templates/components/styles.hbs +++ b/views/newsletter/templates/components/styles.hbs @@ -3,25 +3,21 @@ .mailpoet_text_block .mailpoet_content p { color: {{ text.fontColor }}; font-size: {{ text.fontSize }}; - line-height: {{ text.fontSize }}; font-family: {{ text.fontFamily }}; } .mailpoet_text_block .mailpoet_content h1 { color: {{ h1.fontColor }}; font-size: {{ h1.fontSize }}; - line-height: {{ h1.fontSize }}; font-family: {{ h1.fontFamily }}; } .mailpoet_text_block .mailpoet_content h2 { color: {{ h2.fontColor }}; font-size: {{ h2.fontSize }}; - line-height: {{ h2.fontSize }}; font-family: {{ h2.fontFamily }}; } .mailpoet_text_block .mailpoet_content h3 { color: {{ h3.fontColor }}; font-size: {{ h3.fontSize }}; - line-height: {{ h3.fontSize }}; font-family: {{ h3.fontFamily }}; } .mailpoet_content a {