Skip to content

Commit

Permalink
fix: remove invalid vertical-align property from column
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjohnson committed Aug 18, 2023
1 parent 49535a0 commit 1101ae8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/mjml-column/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,6 @@ export default class MjColumn extends BodyComponent {
<td
${component.htmlAttributes({
align: component.getAttribute('align'),
'vertical-align': component.getAttribute('vertical-align'),
class: component.getAttribute('css-class'),
style: {
background: component.getAttribute(
Expand Down

0 comments on commit 1101ae8

Please sign in to comment.