Skip to content

Commit

Permalink
fix: fix spacing with nested markdown lists
Browse files Browse the repository at this point in the history
fixes #718
  • Loading branch information
RomanHotsiy committed Nov 27, 2018
1 parent 155d214 commit f2f6909
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/components/Markdown/styled.elements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@ export const StyledMarkdownBlock = styled(PrismDiv as StyledComponent<
padding-left: 2em;
margin: 0;
margin-bottom: 1em;
// > li {
// margin: 0.5em 0;
// }
ul, ol {
margin-bottom: 0;
margin-top: 0;
}
}
table {
Expand Down

0 comments on commit f2f6909

Please sign in to comment.