diff --git a/app/soapbox/features/chats/components/chat-message-list.tsx b/app/soapbox/features/chats/components/chat-message-list.tsx index 6ca569c7b..f02fae4fd 100644 --- a/app/soapbox/features/chats/components/chat-message-list.tsx +++ b/app/soapbox/features/chats/components/chat-message-list.tsx @@ -314,7 +314,7 @@ const ChatMessageList: React.FC = ({ chat }) => { tabIndex={0} > {maybeRenderMedia(chatMessage)} - +
diff --git a/app/styles/application.scss b/app/styles/application.scss index 1d8fd3739..eefd83de8 100644 --- a/app/styles/application.scss +++ b/app/styles/application.scss @@ -83,6 +83,10 @@ @tailwind utilities; @layer utilities { + .break-word-nested > p { + word-break: break-word; + } + .shadow-inset { box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%); }