diff --git a/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts b/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts index f2c9b178..71b86855 100644 --- a/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts +++ b/src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts @@ -80,6 +80,8 @@ export const SmallLecueNoteContent = styled.p` max-height: 100%; + white-space: pre-wrap; + ${({ theme }) => theme.fonts.Body2_M_14}; `; 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 ( );