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

View file

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