From: Mark Otto Date: Sun, 4 Oct 2020 22:37:46 +0000 (-0700) Subject: Update .text-break for wider browser support X-Git-Tag: v4.5.3~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91d0a652433ce014603c4ee80d809b1fff872da6;p=thirdparty%2Fbootstrap.git Update .text-break for wider browser support --- diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss index 5d0f1c845f..3a9f83edf0 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