mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
fix spacing in loose lists in markdown
This commit is contained in:
parent
a8dcdbcbcb
commit
9098af75ab
@ -15,7 +15,14 @@
|
||||
margin-bottom: 10px !important;
|
||||
}
|
||||
}
|
||||
// todo ul, ol
|
||||
|
||||
// fix silly spacing around sublists in "loose lists"
|
||||
:is(ul, ol) li > p {
|
||||
& + :is(ul, ol) {
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
// TOC
|
||||
div.cp-md-toc {
|
||||
background: @cp_markdown-bg;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user