Skip to content

Commit 7f8f28d

Browse files
committed
Add keep-all to PostCard p tag
1 parent 3523795 commit 7f8f28d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/common/PostCard.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ const PostCardBlock = styled.div`
8383
margin-top: 0.5rem;
8484
font-size: 1rem;
8585
color: ${palette.gray7};
86+
word-break: keep-all;
8687
${media.small} {
8788
font-size: 0.875rem;
8889
margin-bottom: 1.5rem;

0 commit comments

Comments
 (0)