Add word-break to .toast-body (#32670)

* Update _toasts.scss

* Update scss/_toasts.scss

Co-authored-by: Mark Otto <otto@github.com>
This commit is contained in:
Onycss 2021-01-13 19:21:57 +02:00 committed by GitHub
parent 1cdbf532af
commit 041de9d5ed
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -47,4 +47,5 @@
.toast-body {
padding: $toast-padding-x; // apply to both vertical and horizontal
word-wrap: break-word;
}