From: Mark Otto Date: Sun, 16 Dec 2018 21:23:33 +0000 (-0800) Subject: Add new .text-break utility for applying word-break: break-word X-Git-Tag: v4.3.0~147^2~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=540537c48148c46d417aabb5bf4a084fb3e5f87f;p=thirdparty%2Fbootstrap.git Add new .text-break utility for applying word-break: break-word --- diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 0edb8e58ba..7762aa47df 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -62,6 +62,8 @@ .text-decoration-none { text-decoration: none !important; } +.text-break { word-break: break-word !important; } + // Reset .text-reset { color: inherit !important; }