From dfc4cf1caa131aa7bc6da6d489e3a8425d800326 Mon Sep 17 00:00:00 2001 From: Olivier Beaulieu Date: Mon, 12 Apr 2021 12:24:15 -0400 Subject: [PATCH] fix: added missing semicolon to styling (#1578) --- src/components/Markdown/styled.elements.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Markdown/styled.elements.tsx b/src/components/Markdown/styled.elements.tsx index 6fce553d32..64a0be9a7f 100644 --- a/src/components/Markdown/styled.elements.tsx +++ b/src/components/Markdown/styled.elements.tsx @@ -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 {