Skip to content

Commit 83498c1

Browse files
committed
fix(snackbar): wrap simple snackbar text in span
1 parent d5c5f31 commit 83498c1

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
{{data.message}}
2-
1+
<span>{{data.message}}</span>
32
<div class="mat-simple-snackbar-action" *ngIf="hasAction">
43
<button mat-button (click)="action()">{{data.action}}</button>
54
</div>

0 commit comments

Comments
 (0)