diff --git a/src/components/CommentView/CommentView.tsx b/src/components/CommentView/CommentView.tsx index 2ecffd8c6..f4f13b8bf 100644 --- a/src/components/CommentView/CommentView.tsx +++ b/src/components/CommentView/CommentView.tsx @@ -117,7 +117,7 @@ const StyledCardComment = styled(CardComment)` display: flex; flex-direction: column; gap: ${gapM}; - word-break: break-all; + word-break: keep-all; `; const StyledTimestamp = styled.div`