mirror of
https://github.com/logseq/logseq.git
synced 2026-04-30 08:56:29 +00:00
fix: incorrect marker indent of order list item
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user