0
0
Fork 0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-04-25 12:59:22 +00:00

Fixed missing nested list indent next to floated content

Fixes 
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;