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 a6c6a58 commit f3057faCopy full SHA for f3057fa
src/lib/list/list.scss
@@ -43,6 +43,10 @@ $mat-list-item-inset-divider-offset: 72px;
43
height: $base-height;
44
-webkit-tap-highlight-color: transparent;
45
46
+ // Override the user agent styling if the list item is a button.
47
+ width: 100%;
48
+ padding: 0;
49
+
50
.mat-list-item-content {
51
display: flex;
52
flex-direction: row;
0 commit comments