diff --git a/src/lib/list/list.scss b/src/lib/list/list.scss index e1d08eca2058..1229eced4170 100644 --- a/src/lib/list/list.scss +++ b/src/lib/list/list.scss @@ -43,6 +43,10 @@ $mat-list-item-inset-divider-offset: 72px; height: $base-height; -webkit-tap-highlight-color: transparent; + // Override the user agent styling if the list item is a button. + width: 100%; + padding: 0; + .mat-list-item-content { display: flex; flex-direction: row;