Deprecated CSS rule word-wrap: break-word;

Hi,

on body html tag we have that word-wrap: break-word; css rule and I just notice it is deprecated (I didn’t know too). The solution is to use word-wrap: normal; instead.

See: word-break - CSS: Cascading Style Sheets | MDN