Problem/Motivation
When writing text in a ME text editor, there is no max-width on the modal. So the modal grows with the user
Screencast showing the text modal expanding full width of the screen: https://share.cleanshot.com/m62fZ2h5
Proposed resolution
stick to a width of the modal window and don't let it grow with content. It should grow with the window size (be responsive if the screen gets smaller) but shouldn't be wider than about 860px to be in line with WCAG line length guidelines
Comments
Comment #2
carlitus commentedTo solve this i did this:
https://www.drupal.org/project/mercury_editor/issues/3381727
Comment #3
justin2pin commentedComment #4
justin2pin commentedReview / test against https://git.drupalcode.org/project/mercury_editor/-/merge_requests/34
Comment #5
michaelablackham commentedI have reviewed this in a few different scenarios using ME on some local tests.
This is no longer happening and is resolved!
Comment #6
justin2pin commented