Skip to content

Commit

Permalink
design: 글상세페이지 word-break 속성 숫자, 영어, 특수문자도 되게 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
se0jinYoon committed Oct 30, 2024
1 parent 496e438 commit 3a7009a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/postDetail/PostDetail.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ const PostContainer = styled.div`
min-height: 6rem;
padding: 3.6rem;
word-break: keep-all;
word-break: break-all;
background-color: ${({ theme }) => theme.colors.white};
border-radius: 10px;
Expand Down

0 comments on commit 3a7009a

Please sign in to comment.