Merge pull request #570 from YaManicKill/fix-word-wrap

Fix word wrap on firefox.
This commit is contained in:
Jérémie Astori 2016-01-24 11:55:55 -05:00
commit b4bcf8f5ee
1 changed files with 1 additions and 0 deletions

View File

@ -647,6 +647,7 @@ button {
font-style: normal; font-style: normal;
word-break: break-all; word-break: break-all;
word-wrap: break-word; word-wrap: break-word;
display: inline-block;
} }
#chat .self .text { #chat .self .text {
color: #999; color: #999;