Skip to content

Commit ece136b

Browse files
committed
update: word-break property in PostHeadBlock
1 parent 18ba156 commit ece136b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/post/PostHead.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ const PostHeadBlock = styled(VelogResponsive)`
3131
font-weight: 800;
3232
color: ${themedPalette.text1};
3333
margin-bottom: 2rem;
34-
word-break: keep-all;
35-
transition: color 0.125s ease-in;
34+
word-break: break-all;
3635
}
3736
3837
${media.medium} {

0 commit comments

Comments
 (0)