Skip to content

Commit

Permalink
feat: 개행문자 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
Arooming committed Jan 19, 2024
1 parent dbc321a commit f232cd8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Detail/components/LecueNoteModal/LecueNoteModal.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ export const LecueNoteModalContent = styled.p`
max-height: 100%;
${({ theme }) => theme.fonts.Title2_M_16};
white-space: pre-wrap;
`;

export const LecueNoteModalDate = styled.p`
Expand Down
2 changes: 2 additions & 0 deletions src/Mypage/components/LecueNote/LecueNote.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ export const Content = styled.p`
${({ theme }) => theme.fonts.Body3_R_14};
text-overflow: ellipsis;
white-space: pre-wrap;
`;

export const Date = styled.p`
Expand Down
1 change: 1 addition & 0 deletions src/Mypage/components/NoteModal/NoteModal.style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export const Content = styled.p`
height: 16.8rem;
${({ theme }) => theme.fonts.Body1_R_16};
white-space: pre-wrap;
`;

export const NoteDate = styled.p`
Expand Down

0 comments on commit f232cd8

Please sign in to comment.