Skip to content

Commit

Permalink
fix(CommentView): correct hyphenation
Browse files Browse the repository at this point in the history
  • Loading branch information
troff8 authored and troff8 committed Aug 15, 2023
1 parent 87e0bfa commit 1d25ce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CommentView/CommentView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down

0 comments on commit 1d25ce0

Please sign in to comment.