#6612: Penscratch 2: Fix nested lists in editor (#6633)

This commit is contained in:
Bob Matyas 2022-10-19 05:59:24 -04:00 committed by GitHub
parent 7ee60be3cb
commit 98e847eb37
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -86,12 +86,6 @@ ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 24px;
}
dt {
font-weight: 600;
}
@ -298,8 +292,8 @@ ol ol ol {
list-style: lower-roman;
}
li > ul,
li > ol {
.block-editor-block-list__block li > ul,
.block-editor-block-list__block li > ol {
margin-bottom: 0;
margin-left: 27px;
}