mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
refactor: Fix README spacing (#3833)
This commit is contained in:
@@ -188,7 +188,7 @@ export const useStyles = makeStyles((theme) => {
|
||||
},
|
||||
markdownWrapper: {
|
||||
background: theme.palette.background.paper,
|
||||
padding: theme.spacing(3.5),
|
||||
padding: theme.spacing(3, 4),
|
||||
|
||||
// Adds text wrapping to <pre> tag added by ReactMarkdown
|
||||
"& pre": {
|
||||
|
||||
Reference in New Issue
Block a user