Rich text editor format - no wrap

Hello,

My rich text editors don’t return to the line and overflow in width on the parent element. Nothing helps: either the text overflows or it’s less wide than the container.

What am I missing? I’ve also tried a {white-space: nowrap}




Hi @Vi56 ::wave:

Not sure what you’re trying to do exactly, but the Rich text element will wrap automatically depending on the width of the parent. This is normal behavior. Your parent container has a width of 96% and max-width of 1240px. I’d change that and try again.