8000 fix: inline code blocks in template README (#4141) · coder/coder@b642608 · GitHub
[go: up one dir, main page]

Skip to content

Commit b642608

Browse files
authored
fix: inline code blocks in template README (#4141)
1 parent 4f45354 commit b642608

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

site/src/components/Markdown/Markdown.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ export const Markdown: FC<{ children: string }> = ({ children }) => {
9595

9696
const useStyles = makeStyles((theme) => ({
9797
codeWithoutLanguage: {
98-
display: "block",
9998
overflowX: "auto",
10099
padding: "0.5em",
101100
background: theme.palette.background.default,

0 commit comments

Comments
 (0)
0