Skip to content

Commit

Permalink
Fix lists box-sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad committed Mar 29, 2021
1 parent d80f954 commit 1c9678b
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions packages/block-library/src/reset.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@
ol {
margin: revert;
padding: revert;
list-style-type: revert;
box-sizing: revert;

// Remove bottom margin from nested lists.
ul,
Expand All @@ -73,14 +75,6 @@
}
}

ul {
list-style-type: revert;
}

ol {
list-style-type: revert;
}

ul ul,
ol ul {
list-style-type: revert;
Expand Down

0 comments on commit 1c9678b

Please sign in to comment.