Skip to content

Commit

Permalink
Re-fix list padding
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jun 26, 2023
1 parent 6ba7cac commit 860a2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/list/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class List extends PageableMixin(SelectionMixin(LitElement)) {
display: block;
}
:host(:not([slot="nested"])) > .d2l-list-content {
padding-bottom: 2px;
padding-bottom: 1px;
}
:host([hidden]) {
display: none;
Expand Down

0 comments on commit 860a2fd

Please sign in to comment.