word wrap on chat message text. Fixes #726
This commit is contained in:
parent
98fae4b721
commit
eb4073c228
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@
|
||||||
margin-top: 12px;
|
margin-top: 12px;
|
||||||
padding: 2px 8px 0;
|
padding: 2px 8px 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
.chat-box .chat-messages .chat-message .chat-message-time {
|
.chat-box .chat-messages .chat-message .chat-message-time {
|
||||||
float: right;
|
float: right;
|
||||||
|
|
Loading…
Reference in a new issue