Fixed missing nested list indent next to floated content

Fixes #3672
This commit is contained in:
Dan Brown 2022-09-01 13:11:59 +01:00
parent 34c63e1c30
commit 1afc915aed
No known key found for this signature in database
GPG Key ID: 46D9F943C24A2EF9

View File

@ -274,6 +274,9 @@ span.highlight {
* Lists
*/
ul, ol {
padding-left: $-m * 2.0;
padding-right: $-m * 2.0;
display: flow-root;
p {
margin: 0;
}
@ -292,11 +295,6 @@ ol {
list-style: decimal;
}
ol, ul {
padding-left: $-m * 2.0;
padding-right: $-m * 2.0;
}
li > ol, li > ul {
margin-top: 0;
margin-bottom: 0;