fix: inline code blocks in template README (#4141)

This commit is contained in:
Ben Potter
2022-09-27 07:54:29 -05:00
committed by GitHub
parent 4f453544d4
commit b6426083b9
@@ -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,