Skip to content

Commit

Permalink
fix: added missing semicolon to styling (#1578)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierbeaulieu committed Apr 12, 2021
1 parent 5c8524d commit dfc4cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Markdown/styled.elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit dfc4cf1

Please sign in to comment.