From 8d65808195f2b579e6325fdb8aa5b19098832e63 Mon Sep 17 00:00:00 2001 From: HendrikThePendric Date: Mon, 16 Oct 2023 15:51:54 +0200 Subject: [PATCH] chore: ensure very long words in interpretations don't break the UI --- src/components/Interpretations/common/Message/Message.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Interpretations/common/Message/Message.js b/src/components/Interpretations/common/Message/Message.js index a965d2965..50613ab2b 100644 --- a/src/components/Interpretations/common/Message/Message.js +++ b/src/components/Interpretations/common/Message/Message.js @@ -48,6 +48,7 @@ const Message = ({ children, text, created, username }) => { font-size: 14px; line-height: 19px; color: ${colors.grey900}; + word-break: break-word; } .content :global(p:first-child) {