Skip to content

Commit ca0400e

Browse files
authored
Merge pull request #523 from velopert/fix/post-title
Fix/post title
2 parents 18ba156 + d83ce16 commit ca0400e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/post/PostHead.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const PostHeadBlock = styled(VelogResponsive)`
3232
color: ${themedPalette.text1};
3333
margin-bottom: 2rem;
3434
word-break: keep-all;
35+
overflow-wrap: break-word;
3536
transition: color 0.125s ease-in;
3637
}
3738

0 commit comments

Comments
 (0)