mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix: inline code blocks in template README (#4141)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user