diff --git a/app/soapbox/features/chats/chat_room.js b/app/soapbox/features/chats/chat_room.js index e6df1953da..4a8c480eae 100644 Binary files a/app/soapbox/features/chats/chat_room.js and b/app/soapbox/features/chats/chat_room.js differ diff --git a/app/soapbox/features/chats/components/chat_box.js b/app/soapbox/features/chats/components/chat_box.js index 0f1de7dbbd..40123ca251 100644 Binary files a/app/soapbox/features/chats/components/chat_box.js and b/app/soapbox/features/chats/components/chat_box.js differ diff --git a/app/soapbox/features/chats/components/chat_list.js b/app/soapbox/features/chats/components/chat_list.js index 41aae63977..e24d31ab99 100644 Binary files a/app/soapbox/features/chats/components/chat_list.js and b/app/soapbox/features/chats/components/chat_list.js differ diff --git a/app/soapbox/features/chats/components/chat_message_list.js b/app/soapbox/features/chats/components/chat_message_list.js index 8e52e32708..e2fe305bd6 100644 Binary files a/app/soapbox/features/chats/components/chat_message_list.js and b/app/soapbox/features/chats/components/chat_message_list.js differ diff --git a/app/soapbox/features/ui/index.js b/app/soapbox/features/ui/index.js index 59269d5770..ff80086eee 100644 Binary files a/app/soapbox/features/ui/index.js and b/app/soapbox/features/ui/index.js differ diff --git a/app/styles/chats.scss b/app/styles/chats.scss index 7ae51847dc..011543ca3d 100644 --- a/app/styles/chats.scss +++ b/app/styles/chats.scss @@ -113,6 +113,8 @@ background-color: var(--background-color); overflow: hidden; text-overflow: ellipsis; + overflow-wrap: break-word; + white-space: break-spaces; a { color: var(--brand-color--hicontrast);