Skip to content

Commit

Permalink
Merge pull request #16 from sora32127/configure_comment_css
Browse files Browse the repository at this point in the history
Add whitespace property to CommentCard
  • Loading branch information
sora32127 authored Apr 14, 2024
2 parents 50b5dee + 454062f commit f8935e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/CommentCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function CommentCard({
<img src={clockIcon} alt="Comment Date" className="h-5 w-5 mr-2" />
<p className="text-gray-600 text-sm">{formattedCommentDate}</p>
</div>
<p className="mt-2">{commentContent}</p>
<p className="mt-2 whitespace-pre">{commentContent}</p>
<div className="flex items-center mt-4">
<button
className={`flex items-center mr-4 bg-gray-200 rounded-md px-2 py-2 ${
Expand Down

1 comment on commit f8935e7

@vercel
Copy link

@vercel vercel bot commented on f8935e7 Apr 14, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.