Skip to content

Commit b302644

Browse files
committed
refactor(material/list): list item truncates on narrow screen widths
Updates the previous Angular Components List component fix to more closely align with previous screenshots and avoid additional screenshot test failures. Fixes b/291296866
1 parent b303a04 commit b302644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material/list/list.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ a.mdc-list-item--activated {
171171
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-three-lines,
172172
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-three-lines {
173173
height: auto;
174-
padding-bottom: 16px;
174+
padding-bottom: 8px;
175175
}
176176

177177
.mat-mdc-list-item.mdc-list-item--with-three-lines,

0 commit comments

Comments
 (0)