From 8a9191b80dc042ba6fe88f39cc7ac22fd1245928 Mon Sep 17 00:00:00 2001 From: ljh0608 Date: Mon, 13 Jan 2025 16:19:11 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EA=B8=80=EC=83=81=EC=84=B8=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=A7=80=20=EA=B8=80=EC=93=B4=EC=9D=B4=20=EC=84=A4?= =?UTF-8?q?=EB=AA=85=20break=20all=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/postDetail/PostDetail.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/pages/postDetail/PostDetail.tsx b/src/pages/postDetail/PostDetail.tsx index 27068e62..b0cada9b 100644 --- a/src/pages/postDetail/PostDetail.tsx +++ b/src/pages/postDetail/PostDetail.tsx @@ -494,8 +494,9 @@ const WriterDesc = styled.div` height: 6.6rem; color: ${({ theme }) => theme.colors.gray80}; - ${({ theme }) => theme.fonts.body3}; + word-break: break-all; + ${({ theme }) => theme.fonts.body3}; @media ${MOBILE_MEDIA_QUERY} { ${({ theme }) => theme.fonts.mBody3}; width: 100%;