RichEditor overflow

As you can see, when inputing a long link on the RichEditor, it overflows outside of a widget. Is there even a solution to this?
No description
3 Replies
awcodes
awcodes8mo ago
Target it with css and change how it breaks. https://developer.mozilla.org/en-US/docs/Web/CSS/word-break
MDN Web Docs
word-break - CSS: Cascading Style Sheets | MDN
The word-break CSS property sets whether line breaks appear wherever the text would otherwise overflow its content box.
awcodes
awcodes8mo ago
Or even a style with extraInputAttributes if you only need it on this one instance.
Matthew
Matthew8mo ago
Thank you! Will check it out