Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap-rubygem.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Mazovetskiy <glex.spb@gmail.com>2021-01-26 16:07:14 +0300
committerGleb Mazovetskiy <glex.spb@gmail.com>2021-01-26 16:07:15 +0300
commite9e5b38bbb88b7b28b902b172ed8c6382478ebd2 (patch)
treec10085b817f310a5cb23210d26cdc414cb66789f /assets/stylesheets/bootstrap/utilities/_text.scss
parentca9e27946b00f0600ed3ca346e09ca0bb7e12899 (diff)
Update to 4.6.0v4.6.0
1. rake 'update[v4.6.0]' 2. Bump version in lib/boostrap/version.rb and README.md
Diffstat (limited to 'assets/stylesheets/bootstrap/utilities/_text.scss')
-rw-r--r--assets/stylesheets/bootstrap/utilities/_text.scss4
1 files changed, 2 insertions, 2 deletions
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