- Enables dynamic line-height based on font-size

This commit is contained in:
Vlad
2016-04-08 15:16:11 -04:00
parent 813db1ae33
commit ba40437eb9
5 changed files with 26 additions and 11 deletions

View File

@@ -210,7 +210,7 @@ class NewsletterRendererTest extends MailPoetTest {
->contains('padding-top:0;padding-bottom:0;margin-top:10px;margin-bottom:10px;');
// headings should be styled
expect($DOM('tr > td.mailpoet_text > h1', 0)->attr('style'))
->contains('margin:0 0 20px;padding:0;font-style:normal;font-weight:normal;');
->contains('padding:0;font-style:normal;font-weight:normal;');
}
function testItRendersDivider() {