Merge pull request #165 from the-programmers-hangout/fix-markdown-long-links

fix: correctly cut long links on words
This commit is contained in:
Jean-Philippe Sirois
2019-11-12 12:43:08 -08:00
committed by GitHub
+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;