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) {