Question
Marketo email editor doesn't show longer headings correctly
Hello,
When I have longer headings in my email like:
<h1>Heading line Lorem Ipsum is simply dummy text of the printing and typesetting industry.</h1>
the Editor(editor only, when I click Save everything is fine) shows the text like this:

It looks like the line-height is small and the text is overlapping. I tried to add this CSS in the email template, but it didn't work.
body.mce-content-body {
line-height: normal !important;
}
Is there a way to fix this?
Thanks.