fix: correctly cut long links on words

This commit is contained in:
Jean-Philippe Sirois
2019-11-12 01:12:43 -08:00
parent 88c1fe060b
commit da40a3e3ad
+1 -1
View File
@@ -123,7 +123,7 @@ export const MarkdownWrapper = styled.div`
} }
a { a {
word-break: break-all; word-break: break-word;
color: ${props => props.theme.main.link}; color: ${props => props.theme.main.link};
cursor: pointer; cursor: pointer;