XF 1.5 Make user titles not split words when too long?

Hey, I'm looking to make my user titles on the forums (for long user titles) to not split words in half/midway when they proceed to a second or third line.

1529686005747.webp

This is what it is currently, I would like it to be:
Content
Community Manager
 
Hey, I'm looking to make my user titles on the forums (for long user titles) to not split words in half/midway when they proceed to a second or third line.

View attachment 178553

This is what it is currently, I would like it to be:
Content
Community Manager

Either make the font size small or increase the width of the user block. If you post a link to your forum we can take a look and see what is happening.
 
Either make the font size small or increase the width of the user block. If you post a link to your forum we can take a look and see what is happening.
Apologies for the delayed response - thanks!

Here's a good link. https://mineteria.com/community/threads/official-mineteria-network-rules-and-regulations.10/

I am however not wanting to change the font or the width of the user block, but rather wanting to have it not cut in the middle of a word. Is that possible?
 
Easiest way to get something close would be to use a basic css class. Add the following;

white-space: normal;

This should prevent the words from breaking, make it show something like;

Content/Community
Manager
 
Top Bottom