Skip to content

Commit

Permalink
fix(material/list): list truncates on narrow width screens
Browse files Browse the repository at this point in the history
Fixes bottom padding beneath Antular Components List item with
leading avatar to provide a similar space as exists above the
list item.

Fixes b/291296866
  • Loading branch information
essjay05 committed May 20, 2024
1 parent ed0e171 commit 1d9b95a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/material/list/list.scss
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ a.mdc-list-item--activated {
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-three-lines,
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-three-lines {
height: auto;
padding-bottom: 8px;
padding-bottom: 12px;
}

.mat-mdc-list-item.mdc-list-item--with-three-lines,
Expand Down

0 comments on commit 1d9b95a

Please sign in to comment.