GrapesJS / mjml

Newsletter Builder with MJML components in GrapesJS
http://grapesjs.com/demo-mjml.html
BSD 3-Clause "New" or "Revised" License
624 stars 222 forks source link

Add support for full width in mj-section and mj-wrapper #304

Closed gustavohleal closed 1 year ago

gustavohleal commented 1 year ago

This PR changes the function getChildrenSelector() from mj-section and mj-wrapper components and remove the max-width from the children container of the mj-body that was limiting the full-width to function properly. Also adds a trait to turn on and off the full-width.

This PR solves the issues mentioned in #268

ronaldohoch commented 1 year ago

Thank you @gustavohleal 👏👏👏

@artf or @DRoet can check it?

DRoet commented 1 year ago

Thanks @gustavohleal. Released as v1.0.3 @ronaldohoch