Skip to content

Commit

Permalink
Fix html tag line break (#28140)
Browse files Browse the repository at this point in the history
  • Loading branch information
chad-ramos committed Dec 25, 2023
1 parent 6b7e6c5 commit a8b8e62
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ <h3>Three line list with secondary text wrapping</h3>
<mat-list class="example-list-wrapping">
<mat-list-item lines="3">
<span matListItemTitle>Title</span>
<span
>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
inside of a `matListItemTitle` or `matListItemLine` will never wrap.
</span>
</mat-list-item>
Expand Down

0 comments on commit a8b8e62

Please sign in to comment.