fix: incorrect marker indent of order list item

pull/2078/head
charlie 2021-06-03 12:10:06 +08:00
parent fb25c0b2fb
commit cfb3b74b8a
1 changed files with 15 additions and 0 deletions

View File

@ -108,6 +108,21 @@
.block-body ul, .block-body ol, .block-body dl {
margin-bottom: 2em;
> li {
margin: 0;
}
}
.block-body ol {
list-style-position: inside;
margin-left: 0;
> li {
&::marker, > p {
display: inline-block;
}
}
}
.block-children {