johnmcdraper's avatar
johnmcdraper
Occasional Contributor
7 years ago
Status:
New Idea

Add a better word wrap mechanism to the Chat window.

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

 

:)  

1 Comment

  • 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;
    }