From 288b9b82b5a5cb64ec3aaadef13ac934a957e5d2 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 4 Jun 2020 10:04:33 +0300 Subject: Backport #30932 Restore word-break: break-word on .text-break to fix text breaking on flex containers --- scss/utilities/_text.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index d2b2a22ed..5d0f1c845 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -63,7 +63,8 @@ .text-decoration-none { text-decoration: none !important; } .text-break { - word-wrap: break-word !important; + word-break: break-word !important; // IE & < Edge 18 + overflow-wrap: break-word !important; } // Reset -- cgit v1.2.3