Skip to content

Commit

Permalink
feat: decrease margin top comment (#3680)
Browse files Browse the repository at this point in the history
  • Loading branch information
tuliobluz authored Jun 24, 2024
1 parent 1fa25fc commit 2cfff8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/CommentItem/CommentItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,8 @@ export const CommentItem = (props: IProps) => {
overflow: 'hidden',
whiteSpace: 'pre-wrap',
wordBreak: 'break-word',
marginY: 2,
marginTop: 1,
marginBottom: 2,
}}
ref={textRef}
>
Expand Down

0 comments on commit 2cfff8a

Please sign in to comment.