From 701a83383fb9aa19ece445e7866f7e506981f4b5 Mon Sep 17 00:00:00 2001 From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:26:26 +0900 Subject: [PATCH 1/2] =?UTF-8?q?fix:=20break-all=EC=9D=84=20wrap-anywhere?= =?UTF-8?q?=EB=A1=9C=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/group/channel/ui/comment.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/study/group/channel/ui/comment.tsx b/src/features/study/group/channel/ui/comment.tsx index 0f22a37f..58ef88bc 100644 --- a/src/features/study/group/channel/ui/comment.tsx +++ b/src/features/study/group/channel/ui/comment.tsx @@ -237,7 +237,7 @@ export default function Comment({ data, groupStudyId, mode }: CommentProps) { {dayjs(data.updatedAt).format('YYYY.MM.DD HH:mm')} -

+

{data.content}

From 6250aa8e53402537e81b099399d9e3a6db655ac0 Mon Sep 17 00:00:00 2001 From: Jeong Ha Seung <88266129+HA-SEUNG-JEONG@users.noreply.github.com> Date: Thu, 29 Jan 2026 16:28:23 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20min-w-0=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/features/study/group/channel/ui/comment.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/features/study/group/channel/ui/comment.tsx b/src/features/study/group/channel/ui/comment.tsx index 58ef88bc..4bfc15e4 100644 --- a/src/features/study/group/channel/ui/comment.tsx +++ b/src/features/study/group/channel/ui/comment.tsx @@ -204,7 +204,7 @@ export default function Comment({ data, groupStudyId, mode }: CommentProps) { handleDelete(data.threadId, data.commentId); }} /> -
+
) : ( -
+
{data.authorName} {data.isLeader && (