Skip to content

Commit

Permalink
fix #1621 fix ignore raw elements in column width calc in mj-group
Browse files Browse the repository at this point in the history
  • Loading branch information
kmcb777 committed Jun 20, 2019
1 parent 33f59ae commit edef31e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/mjml-column/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,8 @@ export default class MjColumn extends BodyComponent {
}

getMobileWidth() {
const { nonRawSiblings, containerWidth } = this.context
const { containerWidth } = this.context
const { nonRawSiblings } = this.props
const width = this.getAttribute('width')
const mobileWidth = this.getAttribute('mobileWidth')

Expand Down

0 comments on commit edef31e

Please sign in to comment.