Skip to content

Commit

Permalink
fix: overlapping link in comment detail (#1759)
Browse files Browse the repository at this point in the history
  • Loading branch information
ciniiia authored Mar 13, 2023
1 parent c4ebde7 commit 63781e5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/CommentDetail/CommentDetail.styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ export const useStyles = makeStyles<Theme, CommentDetailProps>(theme =>
width: 16,
},
plain: {
whiteSpace: 'inherit',
overflowWrap: 'anywhere',
'& p': {
marginBlockStart: 0,
marginBlockEnd: 0,
Expand Down

0 comments on commit 63781e5

Please sign in to comment.