Merge pull request #570 from YaManicKill/fix-word-wrap
Fix word wrap on firefox.
This commit is contained in:
commit
b4bcf8f5ee
@ -647,6 +647,7 @@ button {
|
||||
font-style: normal;
|
||||
word-break: break-all;
|
||||
word-wrap: break-word;
|
||||
display: inline-block;
|
||||
}
|
||||
#chat .self .text {
|
||||
color: #999;
|
||||
|
Loading…
Reference in New Issue
Block a user