Skip to content

Commit

Permalink
fix: parent comment breaks container width
Browse files Browse the repository at this point in the history
  • Loading branch information
CaliCastle committed Jul 4, 2023
1 parent 2a4531e commit f0d5c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Commentable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ function Comment({
<span className="font-semibold">
{parseDisplayName(parentComment.userInfo)}
</span>
<span className="line-clamp-1 w-full">
<span className="line-clamp-1 w-full max-w-[240px]">
{parentComment.body.text}
</span>
</div>
Expand Down

0 comments on commit f0d5c19

Please sign in to comment.