We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18ba156 + d83ce16 commit ca0400eCopy full SHA for ca0400e
src/components/post/PostHead.tsx
@@ -32,6 +32,7 @@ const PostHeadBlock = styled(VelogResponsive)`
32
color: ${themedPalette.text1};
33
margin-bottom: 2rem;
34
word-break: keep-all;
35
+ overflow-wrap: break-word;
36
transition: color 0.125s ease-in;
37
}
38
0 commit comments