Skip to content

Commit

Permalink
refactor(material/list): list item truncates on narrow screen widths
Browse files Browse the repository at this point in the history
Updates the previous Angular Components List component fix to
more closely align with previous screenshots and  avoid
additional screenshot test failures.

Fixes b/291296866
  • Loading branch information
essjay05 committed Jun 7, 2024
1 parent b303a04 commit b302644
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 @@ -171,7 +171,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: 16px;
padding-bottom: 8px;
}

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

0 comments on commit b302644

Please sign in to comment.