diff --git a/assets/css/components/conversations/windows.css b/assets/css/components/conversations/windows.css index 16c27380..8b75f0ca 100644 --- a/assets/css/components/conversations/windows.css +++ b/assets/css/components/conversations/windows.css @@ -84,6 +84,10 @@ height: 50px; } +#conversationsElem .direct-chat-text { + word-break: break-all; +} + #conversationsElem .direct-chat-text .emoji { height: 1em; }