Skip to content

Commit cd17388

Browse files
jdpatersonadidahiya
authored andcommitted
[core] fix(Toast): long words in toast messages no longer break container layout (#3634)
1 parent 317d67d commit cd17388

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/src/components/toast/_toast.scss

+1
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ $toast-margin: $pt-grid-size * 2 !default;
144144
.#{$ns}-toast-message {
145145
flex: 1 1 auto;
146146
padding: centered-text($toast-height);
147+
word-break: break-word;
147148
}
148149

149150
.#{$ns}-toast-container {

0 commit comments

Comments
 (0)