Skip to content

Commit

Permalink
fix: 띄어쓰기 없이 작성시 미리보기 깨지는 거 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
imddoy committed Jul 19, 2024
1 parent cafe16b commit 311ceb6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const Title = styled.h1`
export const Description = styled.p`
${({ theme }) => theme.fonts["body2-long"]};
color: ${({ theme }) => theme.colors.white};
word-break: break-all;
`;

export const Divider = styled.div`
Expand Down

0 comments on commit 311ceb6

Please sign in to comment.