Skip to content

Commit

Permalink
[ArticleReplyFeedbackControl] adjust feedback content layout
Browse files Browse the repository at this point in the history
  • Loading branch information
MrOrz committed Jan 24, 2022
1 parent 2f05063 commit 81cebb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ArticleReplyFeedbackControl/Feedback.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function Feedback({ feedback, articleId, replyId }) {
return (
<div className={classes.root}>
<Avatar user={feedback.user} size={48} /*hasLink*/ />
<Box px={2}>
<Box px={2} flex={1}>
<div className={classes.name}>{feedback.user?.name}</div>
<div>{comment}</div>
</Box>
Expand Down

0 comments on commit 81cebb9

Please sign in to comment.