Skip to content

Commit

Permalink
Update comments-sheet.tsx to improve comment
Browse files Browse the repository at this point in the history
display
  • Loading branch information
thebkht committed Nov 6, 2023
1 parent 9bc56de commit 6dd0ff7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/blog/comments/comments-sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function CommentsSheet({ post, comments, children, session, ...pr
</CardHeader>
<CardContent className="p-4 pt-0">

<div className="article__comments-item-body text-sm markdown-body">
<div className="article__comments-item-body text-sm prose-neutral markdown-body dark:prose-invert prose-img:rounded-xl prose-a:text-primary prose-code:bg-muted prose-pre:bg-muted prose-code:text-foreground prose-pre:text-foreground !max-w-full prose lg:prose-xl">
<Markdown>{comment.content}</Markdown>
</div>
</CardContent>
Expand Down

0 comments on commit 6dd0ff7

Please sign in to comment.