Need your help on text-wrap

Hi there @gnamouric

Don’t know how familiar your with Webflow, css and custom code but try adding this css
word-break: break-all;
to your element. It won’t show inside designer you need to publish fot it to work.

1 Like