Skip to content

Commit

Permalink
fix(UnorderedList): remove hang in left gutter (#13622)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrea N. Cardona <cardona.n.andrea@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Apr 20, 2023
1 parent f68f0fc commit 0a606d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/styles/scss/components/list/_list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
list-style: none;
}

.#{$prefix}--list--unordered:not(.#{$prefix}--list--nested) {
margin-left: $spacing-05;
}

.#{$prefix}--list--expressive,
.#{$prefix}--list--expressive .#{$prefix}--list--nested {
@include type.type-style('body-02');
Expand Down

0 comments on commit 0a606d3

Please sign in to comment.