- AlexMayNew Member
I fixed this by adding a custom CSS rule using a CSS plug in to the browser. The rule looks like:
div { word-break: normal; }
Related Content
- 12 years ago
Text in the chat window will cut words in half while wrapping the text, making chat text hard to read. (screen shot attached).
Words should wrap at a space break, rather than in the middle of words.
This would make read
ing test a lot easier wit
hout the reader havi
ng to re-interpret all th
e broken words
:)
I fixed this by adding a custom CSS rule using a CSS plug in to the browser. The rule looks like:
div { word-break: normal; }