Skip to content

Commit

Permalink
fix: fix nested list having too much margin
Browse files Browse the repository at this point in the history
  • Loading branch information
kiaking committed Nov 24, 2020
1 parent fc725e7 commit b0cf2be
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/client/theme-default/styles/layout.css
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,11 @@ ol {
padding-left: 1.25em;
}

li > ul,
li > ol {
margin: 0;
}

table {
display: block;
border-collapse: collapse;
Expand Down

0 comments on commit b0cf2be

Please sign in to comment.