diff --git a/scss/_toasts.scss b/scss/_toasts.scss index 7a1cf73548..5c533d7f5d 100644 --- a/scss/_toasts.scss +++ b/scss/_toasts.scss @@ -47,4 +47,5 @@ .toast-body { padding: $toast-padding-x; // apply to both vertical and horizontal + word-wrap: break-word; }