Skip to content

Commit

Permalink
Temporarily increase list padding to get useful vdiff
Browse files Browse the repository at this point in the history
  • Loading branch information
bearfriend committed Jun 23, 2023
1 parent d62379b commit c8a0175
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: 1px;
padding-bottom: 2px;
}
:host([hidden]) {
display: none;
Expand Down

0 comments on commit c8a0175

Please sign in to comment.