Skip to content

Commit dff207f

Browse files
committed
fix(material/list): list truncates on narrow width screens
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
1 parent 5673f9c commit dff207f

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
@@ -176,7 +176,7 @@ a.mdc-list-item--activated {
176176
.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-three-lines,
177177
.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-three-lines {
178178
height: auto;
179-
padding-bottom: 8px;
179+
padding-bottom: 12px;
180180
}
181181

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

0 commit comments

Comments
 (0)