Noticed that when splitting by character, it splits words onto a new line mid-way, so a long word like:
characteristics
becomes:
characte
ristics
... if there's no room on the line the text is sitting on. Is there a way to prevent this such as the CSS equivalent of text-wrapping?
Noticed that when splitting by character, it splits words onto a new line mid-way, so a long word like:
characteristics
becomes:
characte
ristics
... if there's no room on the line the text is sitting on. Is there a way to prevent this such as the CSS equivalent of text-wrapping?