Fix word wrap on firefox.
This commit is contained in:
parent
aea3c3ea18
commit
4588079eb5
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user