We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba44a7a commit b303a04Copy full SHA for b303a04
src/material/list/list.scss
@@ -177,7 +177,7 @@ a.mdc-list-item--activated {
177
.mat-mdc-list-item.mdc-list-item--with-three-lines,
178
.mat-mdc-list-item.mdc-list-item--with-two-lines {
179
height: auto;
180
- padding: 13px;
+ padding-bottom: 13px;
181
// List item lines must wrap according to GAR 1.18(b). Removing the nowrap and
182
// adjusts .mat-mdc-list-item-title.mdc-list-item__primary-text height
183
// to accommodate any wrapping text. Fixes: b/247881646.
0 commit comments