From fc7d5a399d7e9d021b5a763e7fc02c912df20bd2 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 30 Sep 2020 12:53:49 -0700 Subject: [PATCH] Update .text-break for wider browser support --- 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