Skip to content
This repository was archived by the owner on Jan 16, 2022. It is now read-only.

Commit fcf75b6

Browse files
committed
fix: markdown lists don't render bullet points
1 parent a25caae commit fcf75b6

File tree

1 file changed

+3
-0
lines changed
  • src/pages/Version/DetailContainer/Readme

1 file changed

+3
-0
lines changed

src/pages/Version/DetailContainer/Readme/Readme.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ const Wrapper = styled('div')<{ theme?: Theme }>(({ theme }) => ({
1616
background: theme?.palette.white,
1717
color: theme?.palette.black,
1818
padding: theme?.spacing(2, 3),
19+
ul: {
20+
listStyle: 'disc',
21+
},
1922
}));

0 commit comments

Comments
 (0)