From d1df77d8c8a24ae40021b2d3b67a807df7a19550 Mon Sep 17 00:00:00 2001 From: Yeong joon Date: Thu, 23 Jun 2022 12:06:57 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1::=20(#149)=20=EC=A4=84=EB=B0=94?= =?UTF-8?q?=EA=BF=88=20=EB=B0=8F=20=EB=9D=84=EC=96=B4=EC=93=B0=EA=B8=B0=20?= =?UTF-8?q?=EC=9D=B8=EC=8B=9D=ED=95=98=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/notice/NoticeForm.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/notice/NoticeForm.tsx b/src/components/notice/NoticeForm.tsx index 2cefedd..4a2b788 100644 --- a/src/components/notice/NoticeForm.tsx +++ b/src/components/notice/NoticeForm.tsx @@ -196,6 +196,7 @@ const Datemsg = styled.p` const TextDiv = styled.div` width: 100%; + white-space: pre-wrap; > p { font-size: 16px; font-weight: 400;