From: Onycss <76773374+Onycss@users.noreply.github.com> Date: Wed, 13 Jan 2021 17:21:57 +0000 (+0200) Subject: Add word-break to .toast-body (#32670) X-Git-Tag: v5.0.0-beta2~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=041de9d5ed4adb03d40932ad91f9ca72874ff84e;p=thirdparty%2Fbootstrap.git Add word-break to .toast-body (#32670) * Update _toasts.scss * Update scss/_toasts.scss Co-authored-by: Mark Otto --- 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; }