fix: added missing semicolon to styling (#1578)

This commit is contained in:
Olivier Beaulieu 2021-04-12 12:24:15 -04:00 committed by GitHub
parent 5c8524d80f
commit dfc4cf1caa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,7 +87,7 @@ export const StyledMarkdownBlock = styled(
padding: ${props => props.theme.spacing.unit * 4}px;
overflow-x: auto;
line-height: normal;
border-radius: 0px
border-radius: 0px;
border: 1px solid rgba(38, 50, 56, 0.1);
code {