From 88980659712653e9d9a00bf370e52f71babe9683 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 4 Oct 2020 15:37:46 -0700 Subject: [PATCH] Update .text-break for wider browser support --- scss/utilities/_text.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 5d0f1c845f8d..3a9f83edf016 100644 --- a/scss/utilities/_text.scss +++ b/scss/utilities/_text.scss @@ -63,8 +63,8 @@ .text-decoration-none { text-decoration: none !important; } .text-break { - word-break: break-word !important; // IE & < Edge 18 - overflow-wrap: break-word !important; + word-break: break-word !important; // Deprecated, but avoids issues with flex containers + word-wrap: break-word !important; // Used instead of `overflow-wrap` for IE & Edge Legacy } // Reset