From dff207f9fc1db9152cf67e737f1296b3e1fe9d1d Mon Sep 17 00:00:00 2001 From: Joy Serquina Date: Thu, 16 May 2024 17:20:31 +0000 Subject: [PATCH] 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 --- src/material/list/list.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/material/list/list.scss b/src/material/list/list.scss index e518e5e898ab..5ee5b59e8886 100644 --- a/src/material/list/list.scss +++ b/src/material/list/list.scss @@ -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,