We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac17db7 commit a14750eCopy full SHA for a14750e
site/src/components/Markdown/Markdown.tsx
@@ -119,6 +119,15 @@ const useStyles = makeStyles((theme) => ({
119
display: "flex",
120
flexDirection: "column",
121
gap: theme.spacing(1),
122
+ marginBottom: theme.spacing(2),
123
+ },
124
+
125
+ "& li > ul, & li > ol": {
126
+ marginTop: theme.spacing(2),
127
128
129
+ "& li > p": {
130
+ marginBottom: 0,
131
},
132
133
"& .prismjs": {
0 commit comments