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.
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.