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 6b7e6c5 commit a8b8e62Copy full SHA for a8b8e62
src/components-examples/material/list/list-variants/list-variants-example.html
@@ -45,8 +45,8 @@ <h3>Three line list with secondary text wrapping</h3>
45
<mat-list class="example-list-wrapping">
46
<mat-list-item lines="3">
47
<span matListItemTitle>Title</span>
48
- <span
49
- >Secondary line that will wrap because the list lines is explicitly set to 3 lines. Text
+ <span>
+ Secondary line that will wrap because the list lines is explicitly set to 3 lines. Text
50
inside of a `matListItemTitle` or `matListItemLine` will never wrap.
51
</span>
52
</mat-list-item>
0 commit comments