Visual Editor bug in Chrome
-
I noticed something funky in Chrome. The Visual Editor is set as follows for editor-style.css
html .mceContentBody { max-width: 564px; }In Chrome, the formatting of the text is fixed to 564px, but in Safari, the Visual Editor can expand and contract and handle the flow of text properly.
I changed the max-width to 100%, but that did not fix the issue.
Is it just Chrome that has this issue?
The topic ‘Visual Editor bug in Chrome’ is closed to new replies.