Preventing broken borders on word wrap

I want my text to flow to fill up space so I don’t want to use white-space: no-wrap. However, I don’t want text to be split when it is going to break the border, as you can see in this example image. Is this possible?

Can we see some source code?
I think using display: inline-block should do the trick.

3 Likes

Thanks! That worked :grin:

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.