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:
parent
1cdbf532af
commit
041de9d5ed
1 changed files with 1 additions and 0 deletions
|
|
@ -47,4 +47,5 @@
|
||||||
|
|
||||||
.toast-body {
|
.toast-body {
|
||||||
padding: $toast-padding-x; // apply to both vertical and horizontal
|
padding: $toast-padding-x; // apply to both vertical and horizontal
|
||||||
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue