Explorar o código

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

Bob Matyas %!s(int64=2) %!d(string=hai) anos
pai
achega
98e847eb37
Modificáronse 1 ficheiros con 2 adicións e 8 borrados
  1. 2 8
      penscratch-2/editor-style.css

+ 2 - 8
penscratch-2/editor-style.css

@@ -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;
 }