Skip to content

Commit a2e54d6

Browse files
committed
Add overflow-wrap: break-word; property to postcard p
1 parent 7f8f28d commit a2e54d6

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
@@ -84,6 +84,7 @@ const PostCardBlock = styled.div`
8484
font-size: 1rem;
8585
color: ${palette.gray7};
8686
word-break: keep-all;
87+
overflow-wrap: break-word;
8788
${media.small} {
8889
font-size: 0.875rem;
8990
margin-bottom: 1.5rem;

0 commit comments

Comments
 (0)