Skip to content

Commit 3539283

Browse files
committed
Fix post title word break style
1 parent 970fc3a commit 3539283

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
@@ -192,6 +192,7 @@ const Content = styled.div<{ clamp: boolean }>`
192192
margin: 0;
193193
margin-bottom: 0.25rem;
194194
line-height: 1.5;
195+
word-break: break-word;
195196
${ellipsis}
196197
color: ${palette.gray9};
197198
${mediaQuery(767)} {

0 commit comments

Comments
 (0)