diff --git a/src/components/Markdown/styles.tsx b/src/components/Markdown/styles.tsx index f2fb2b4..afc7f7b 100644 --- a/src/components/Markdown/styles.tsx +++ b/src/components/Markdown/styles.tsx @@ -123,7 +123,7 @@ export const MarkdownWrapper = styled.div` } a { - word-break: break-all; + word-break: break-word; color: ${props => props.theme.main.link}; cursor: pointer;