Fix word break issue

This commit is contained in:
Pierre 2018-04-28 10:17:22 +02:00
parent a61e6905bc
commit 159108b08b

View File

@ -84,6 +84,10 @@
height: 50px;
}
#conversationsElem .direct-chat-text {
word-break: break-all;
}
#conversationsElem .direct-chat-text .emoji {
height: 1em;
}