Skip to content

Commit d83ce16

Browse files
committed
update: word-break and overflow-wrap in PostHeadBlock
1 parent ece136b commit d83ce16

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/post/PostHead.tsx

+3-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ const PostHeadBlock = styled(VelogResponsive)`
3131
font-weight: 800;
3232
color: ${themedPalette.text1};
3333
margin-bottom: 2rem;
34-
word-break: break-all;
34+
word-break: keep-all;
35+
overflow-wrap: break-word;
36+
transition: color 0.125s ease-in;
3537
}
3638
3739
${media.medium} {

0 commit comments

Comments
 (0)