From 041de9d5ed4adb03d40932ad91f9ca72874ff84e Mon Sep 17 00:00:00 2001 From: Onycss <76773374+Onycss@users.noreply.github.com> Date: Wed, 13 Jan 2021 19:21:57 +0200 Subject: [PATCH] Add word-break to .toast-body (#32670) * Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto --- scss/_toasts.scss | 1 + 1 file changed, 1 insertion(+) 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; }