From b6426083b9b008ed05f1cb71a709b7c9028789e0 Mon Sep 17 00:00:00 2001 From: Ben Potter Date: Tue, 27 Sep 2022 08:54:29 -0400 Subject: [PATCH] fix: inline code blocks in template README (#4141) --- site/src/components/Markdown/Markdown.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/site/src/components/Markdown/Markdown.tsx b/site/src/components/Markdown/Markdown.tsx index 669aa9c154..e081c4820f 100644 --- a/site/src/components/Markdown/Markdown.tsx +++ b/site/src/components/Markdown/Markdown.tsx @@ -95,7 +95,6 @@ export const Markdown: FC<{ children: string }> = ({ children }) => { const useStyles = makeStyles((theme) => ({ codeWithoutLanguage: { - display: "block", overflowX: "auto", padding: "0.5em", background: theme.palette.background.default,