Skip to content

Commit

Permalink
fix: 개행문자 안 먹히는 이슈 해결
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 19, 2024
1 parent 4e0d632 commit c46cf99
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Detail/components/SmallLecueNote/SmallLecueNote.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ export const SmallLecueNoteContent = styled.p`
max-height: 100%;
white-space: pre-wrap;
${({ theme }) => theme.fonts.Body2_M_14};
`;

Expand Down

0 comments on commit c46cf99

Please sign in to comment.