Skip to content

Commit

Permalink
makrdown fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Przemek committed Mar 22, 2024
1 parent aa6a84e commit f8be1c4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 f8be1c4

Please sign in to comment.