From 44ec429d2deb39b136b61d0f75c797435decd600 Mon Sep 17 00:00:00 2001 From: Hyeonsu Kim <86764406+borimong@users.noreply.github.com> Date: Mon, 25 Mar 2024 20:48:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=A0=84=EC=B2=B4=EB=AA=A8=EC=9E=84=20?= =?UTF-8?q?=EA=B3=B5=EC=A7=80=EC=82=AC=ED=95=AD=20text=20=EC=97=90=20?= =?UTF-8?q?=EA=B0=9C=ED=96=89=EB=AC=B8=EC=9E=90=20=ED=91=9C=ED=98=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/disclosure/Disclosure.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/disclosure/Disclosure.tsx b/src/components/disclosure/Disclosure.tsx index bc35c946..7327bf08 100644 --- a/src/components/disclosure/Disclosure.tsx +++ b/src/components/disclosure/Disclosure.tsx @@ -100,7 +100,7 @@ const SContents = styled('div', { padding: '0 4px', fontStyle: 'B2', color: '$gray100', - whiteSpace: 'pre-line', + whiteSpace: 'pre', '@mobile': { fontStyle: 'B4', },