Skip to content

Commit b0cf2be

Browse files
committed
fix: fix nested list having too much margin
1 parent fc725e7 commit b0cf2be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/client/theme-default/styles/layout.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,11 @@ ol {
152152
padding-left: 1.25em;
153153
}
154154

155+
li > ul,
156+
li > ol {
157+
margin: 0;
158+
}
159+
155160
table {
156161
display: block;
157162
border-collapse: collapse;

0 commit comments

Comments
 (0)