Skip to content
This repository was archived by the owner on Oct 11, 2022. It is now read-only.

Commit 0f46623

Browse files
committed
Break words in thread titles
1 parent 2b8afd9 commit 0f46623

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/views/thread/style.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ export const ThreadContent = styled.div`
183183
export const ThreadHeading = styled(H1)`
184184
font-size: 28px;
185185
font-weight: 600;
186+
word-break: break-word;
186187
`;
187188

188189
export const A = styled.a`

0 commit comments

Comments
 (0)