GrapesJS / mjml

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

.moz-text-html not being added to styles in head #253

Closed starchild closed 1 year ago

starchild commented 3 years ago

For some reason, the following style block is not being added to the head in the html output.

Is this a known bug?

Can someone tell em where I would find this in the code to check that it's actually there?

.moz-text-html .mj-column-per-33-333333333333336 { width: 33.333333333333336% !important; max-width: 33.333333333333336%; }
yildirimmurat commented 1 year ago

I came across the very same problem with another 'Mjml renderer' repository. Ill post if I can find the reason behind.

starchild commented 1 year ago

is this actually fixed @artf ?