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

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2020-01-23 19:18:07 +0300
committerXhmikosR <xhmikosr@gmail.com>2020-02-17 22:33:54 +0300
commit1884b8a421404b362e7a4278f6ace7819eaaeb27 (patch)
tree36f98d2f3757006b936a65871fef1669b3e4de87 /scss
parent92525e9ec41b7133f4eee2026291b6bd90afee4b (diff)
Backport #29325. (#30074)
`.text-break` fix
Diffstat (limited to 'scss')
-rw-r--r--scss/utilities/_text.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/utilities/_text.scss b/scss/utilities/_text.scss
index 5d0f1c845f..d2b2a22ed8 100644
--- a/scss/utilities/_text.scss
+++ b/scss/utilities/_text.scss
@@ -63,8 +63,7 @@
.text-decoration-none { text-decoration: none !important; }
.text-break {
- word-break: break-word !important; // IE & < Edge 18
- overflow-wrap: break-word !important;
+ word-wrap: break-word !important;
}
// Reset