From 4e0d632881089ad8d192db0e16716348feed29ec Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Sat, 20 Jan 2024 02:43:44 +0900 Subject: [PATCH 1/2] =?UTF-8?q?style:=20UX=20=EB=9D=BC=EC=9D=B4=ED=8C=85?= =?UTF-8?q?=20=EB=B0=98=EC=98=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Target/components/CompleteButton/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Target/components/CompleteButton/index.tsx b/src/Target/components/CompleteButton/index.tsx index d5dc9204..b6630ade 100644 --- a/src/Target/components/CompleteButton/index.tsx +++ b/src/Target/components/CompleteButton/index.tsx @@ -10,7 +10,7 @@ function CompleteButton({ isActive, onClick }: CompleteButtonProps) { return ( ); From c46cf99b66cbfffd44fe3782b39c91033c505fef Mon Sep 17 00:00:00 2001 From: seoAreum <1971236@hansung.ac.kr> Date: Sat, 20 Jan 2024 03:00:20 +0900 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=EA=B0=9C=ED=96=89=EB=AC=B8=EC=9E=90?= =?UTF-8?q?=20=EC=95=88=20=EB=A8=B9=ED=9E=88=EB=8A=94=20=EC=9D=B4=EC=8A=88?= =?UTF-8?q?=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts b/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts index e49c8685..0f29bb0d 100644 --- a/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts +++ b/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts @@ -81,6 +81,8 @@ export const SmallLecueNoteContent = styled.p` max-height: 100%; + white-space: pre-wrap; + ${({ theme }) => theme.fonts.Body2_M_14}; `;