mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
refactor: Fix list styles in markdown (#4802)
This commit is contained in:
@@ -119,6 +119,15 @@ const useStyles = makeStyles((theme) => ({
|
||||
display: "flex",
|
||||
flexDirection: "column",
|
||||
gap: theme.spacing(1),
|
||||
marginBottom: theme.spacing(2),
|
||||
},
|
||||
|
||||
"& li > ul, & li > ol": {
|
||||
marginTop: theme.spacing(2),
|
||||
},
|
||||
|
||||
"& li > p": {
|
||||
marginBottom: 0,
|
||||
},
|
||||
|
||||
"& .prismjs": {
|
||||
|
||||
Reference in New Issue
Block a user