From 540537c48148c46d417aabb5bf4a084fb3e5f87f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 16 Dec 2018 13:23:33 -0800 Subject: [PATCH] Add new .text-break utility for applying word-break: break-word --- scss/utilities/_text.scss | 2 ++ 1 file changed, 2 insertions(+) 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; }