Word-Break Style Property

Hey Webflow Team,

There’s a CSS style property called “word-break” which has almost 100% support according to Can I Use.
I could see this as a beneficial font-styling property to utilize on our Webflow sites. :slight_smile:

You all are amazing! Thanks for being awesome and showering us with all the beautiful updates lately. :slight_smile:

:purple_heart: Waldo

2 Likes

@Waldo great idea! I second this :slight_smile:

2 Likes

I agree. Would be nice to have this feature as a standard.

Currently I have to use custom code :frowning:

<style>
.break-word {
  word-wrap: break-word;
}
</style>