From 30365ad5897f6782bec088f9a64a8e3adf0e6698 Mon Sep 17 00:00:00 2001 From: contradiction29 Date: Mon, 15 Apr 2024 11:09:01 +0900 Subject: [PATCH] Change whitespace property from pre to pre-wrap in CommentCard MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 長めのコメントだと枠外にはみ出すので、wrapするようにした --- app/components/CommentCard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/CommentCard.tsx b/app/components/CommentCard.tsx index fb29a3d2..16d5b7a3 100644 --- a/app/components/CommentCard.tsx +++ b/app/components/CommentCard.tsx @@ -102,7 +102,7 @@ export default function CommentCard({ Comment Date

{formattedCommentDate}

-

{commentContent}

+

{commentContent}