Added missing semicolon

This commit is contained in:
Olivier Beaulieu 2021-04-12 12:19:32 -04:00 committed by GitHub
parent 5c8524d80f
commit 5401498404
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 {