In the new PM system, there is a hard-coded style in the HTML:
Code:
<div class="editor wf-editor-container" style="max-width: 350px;">
Would it be possible to remove the Style element, and allow the element to be handled by CSS?
I can override it using !important, but it's a pain to have to do this.
Thank you!