Skip to content

Commit

Permalink
[core] fix(Toast): long words in toast messages no longer break conta…
Browse files Browse the repository at this point in the history
…iner layout (#3634)
  • Loading branch information
jdpaterson authored and adidahiya committed Jul 1, 2019
1 parent 317d67d commit cd17388
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/components/toast/_toast.scss
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ $toast-margin: $pt-grid-size * 2 !default;
.#{$ns}-toast-message {
flex: 1 1 auto;
padding: centered-text($toast-height);
word-break: break-word;
}

.#{$ns}-toast-container {
Expand Down

1 comment on commit cd17388

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[core] fix(Toast): long words in toast messages no longer break container layout (#3634)

Previews: documentation | landing | table

Please sign in to comment.