Skip to content

Commit

Permalink
fix(toast): make longer toasts available with pre-wrap (#16361)
Browse files Browse the repository at this point in the history
fixes #16360
  • Loading branch information
paulstelzer authored and manucorporat committed Nov 18, 2018
1 parent 34cd1d1 commit 52cea5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/components/toast/toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@
.toast-message {
flex: 1;

white-space: pre;
white-space: pre-wrap;
}

0 comments on commit 52cea5a

Please sign in to comment.