From cc09ae40e3dc0999e53bba95856bf8b34911f593 Mon Sep 17 00:00:00 2001
From: winchoose
Date: Mon, 16 Mar 2026 11:39:00 +0900
Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A7=9C=EC=9E=98=ED=95=9C=20=EC=98=A4?=
=?UTF-8?q?=EB=A5=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/page/post-detail-page.tsx | 8 +++++---
src/widgets/main/card/card.tsx | 8 ++++++--
src/widgets/postDetail/detail-info.tsx | 2 +-
3 files changed, 12 insertions(+), 6 deletions(-)
diff --git a/src/page/post-detail-page.tsx b/src/page/post-detail-page.tsx
index edc4a56..a357c24 100644
--- a/src/page/post-detail-page.tsx
+++ b/src/page/post-detail-page.tsx
@@ -146,14 +146,16 @@ const PostDetailPage = () => {
{/* 🔥 상세 정보 */}
-
+
-
{data.description}
+
+ {data.description}
+
@@ -198,7 +200,7 @@ const PostDetailPage = () => {
)}
-
+
-
-

+
+
diff --git a/src/widgets/postDetail/detail-info.tsx b/src/widgets/postDetail/detail-info.tsx
index d1da084..42e09b3 100644
--- a/src/widgets/postDetail/detail-info.tsx
+++ b/src/widgets/postDetail/detail-info.tsx
@@ -15,7 +15,7 @@ export function DetailInfo({
writerNickname,
}: DetailInfoProps) {
return (
-