Merge pull request #729 from metamaps/fix/chat-message-word-wrap
word wrap on chat message text
This commit is contained in:
commit
df59c28aa8
1 changed files with 1 additions and 0 deletions
|
@ -339,6 +339,7 @@
|
|||
margin-top: 12px;
|
||||
padding: 2px 8px 0;
|
||||
text-align: left;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
.chat-box .chat-messages .chat-message .chat-message-time {
|
||||
float: right;
|
||||
|
|
Loading…
Reference in a new issue