From e9e5b38bbb88b7b28b902b172ed8c6382478ebd2 Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Tue, 26 Jan 2021 13:07:14 +0000 Subject: Update to 4.6.0 1. rake 'update[v4.6.0]' 2. Bump version in lib/boostrap/version.rb and README.md --- assets/stylesheets/bootstrap/utilities/_text.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'assets/stylesheets/bootstrap/utilities/_text.scss') diff --git a/assets/stylesheets/bootstrap/utilities/_text.scss b/assets/stylesheets/bootstrap/utilities/_text.scss index 5d0f1c8..3a9f83e 100644 --- a/assets/stylesheets/bootstrap/utilities/_text.scss +++ b/assets/stylesheets/bootstrap/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 -- cgit v1.2.3