Skip to content

Commit a8b8e62

Browse files
authored
Fix html tag line break (#28140)
1 parent 6b7e6c5 commit a8b8e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components-examples/material/list/list-variants/list-variants-example.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ <h3>Three line list with secondary text wrapping</h3>
4545
<mat-list class="example-list-wrapping">
4646
<mat-list-item lines="3">
4747
<span matListItemTitle>Title</span>
48-
<span
49-
>Secondary line that will wrap because the list lines is explicitly set to 3 lines. Text
48+
<span>
49+
Secondary line that will wrap because the list lines is explicitly set to 3 lines. Text
5050
inside of a `matListItemTitle` or `matListItemLine` will never wrap.
5151
</span>
5252
</mat-list-item>

0 commit comments

Comments
 (0)