mjml-net
mjml-net copied to clipboard
<td> attribute is valign not vertical-align
At the following line atribute vertical-align= instead of valign= is appended to
Where do you see it here?
https://github.com/mjmlio/mjml/blob/master/packages/mjml-column/src/index.js#L298
I think that's wrong even in JS implementation:
https://github.com/mjmlio/mjml/blob/master/packages/mjml-column/src/index.js#L261
Probably. But then tests might fail...
Will be fixed as soon as the mjml bug is fixed: https://github.com/mjmlio/mjml/issues/2684
Should already be fixed.