Merge pull request #729 from metamaps/fix/chat-message-word-wrap

word wrap on chat message text
This commit is contained in:
Devin Howard 2016-10-06 14:08:59 +08:00 committed by GitHub
commit df59c28aa8

View file

@ -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;