From 0783f638491c320df02aefb2167ead158712e80f Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Tue, 29 Sep 2020 17:17:06 -0700 Subject: [PATCH] Update .text-break for wider browser support Brings back the word-wrap property instead of overflow-wrap to avoid flex container issues. Properly backports the changes from v5 in #30932. Closes #31727 --- scss/utilities/_text.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 5d0f1c845f8d..03021b4a33dc 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -64,7 +64,7 @@ .text-break { word-break: break-word !important; // IE & < Edge 18 - overflow-wrap: break-word !important; + word-wrap: break-word !important; } // Reset