Fix word wrap on firefox.

This commit is contained in:
Alistair McKinlay 2015-12-12 19:11:47 +00:00
parent aea3c3ea18
commit 4588079eb5

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;