Skip to content

Commit c317fba

Browse files
chad-ramoscrisbeto
authored andcommitted
Fix html tag line break (#28140)
(cherry picked from commit a8b8e62)
1 parent 2852c3f commit c317fba

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)