Skip to content

Commit

Permalink
Merge pull request #1077 from mjmlio/fix-1072
Browse files Browse the repository at this point in the history
fix pxpx
  • Loading branch information
iRyusa authored Mar 23, 2018
2 parents aa11a35 + 68ba6af commit d90378b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mjml-text/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ export default class MjText extends BodyComponent {
return height
? `
${conditionalTag(`
<table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td height="${height}" style="vertical-align:top;height:${height}px;">
<table role="presentation" border="0" cellpadding="0" cellspacing="0"><tr><td height="${height}" style="vertical-align:top;height:${height};">
`)}
${this.renderContent()}
${conditionalTag(`
Expand Down

0 comments on commit d90378b

Please sign in to comment.