Skip to content

Commit

Permalink
refactor: 댓글이 길어질 때 줄바꿈 및 개행 문자와 연속 공백 반영
Browse files Browse the repository at this point in the history
  • Loading branch information
yungo1846 committed Jul 18, 2021
1 parent 9db8745 commit 1c40ae0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const Text = styled.div`
border-radius: 10px;
min-width: 10rem;
max-width: 20rem;
word-break: break-word;
white-space: break-spaces;
`;

const Button = styled.button`
Expand Down

0 comments on commit 1c40ae0

Please sign in to comment.