fix: unordered list number

close #1784
This commit is contained in:
Tienson Qin
2021-05-11 22:38:44 +08:00
parent ced50c4482
commit 0352d4e2c1
2 changed files with 5 additions and 2 deletions

View File

@@ -396,7 +396,7 @@ li p:first-child,
}
li p:last-child,
.block-body p:last-child {
.block-body p:last-child, .block-body ul:last-child, .block-body ol:last-child, .block-body dl:last-child {
margin-bottom: 0;
}