Skip to content

Commit

Permalink
Merge pull request #346 from EscolaLMS/bugfix/markdown-render-link
Browse files Browse the repository at this point in the history
makrdown fix
  • Loading branch information
myslaf committed Mar 22, 2024
2 parents aa6a84e + f8be1c4 commit 77d008c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -194,6 +194,7 @@ const StyledMarkdownRenderer = styled("div")<StyledMarkdownRendererProps>`
}
a {
color: ${({ theme }) => theme.primaryColor};
word-break: break-word;
}
`;

Expand Down

0 comments on commit 77d008c

Please sign in to comment.