You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For backwards compatibility, the editors default behaviour is use the same pixel dimensions as the textarea it replaces which prevents the editor from resizing. It's something I'd like to change but it needs to be backwards compatible or part of a major version which is why it hasn't so far.
Although thinking about it, the original textarea's size could be converted to a percentage and used instead. That should still be backwards compatible while being responsive.
Firefox 108
width: '100%'
, then everything is OK:
The text was updated successfully, but these errors were encountered: