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/site
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 /site
parent92525e9ec41b7133f4eee2026291b6bd90afee4b (diff)
Backport #29325. (#30074)
`.text-break` fix
Diffstat (limited to 'site')
-rw-r--r--site/docs/4.4/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.4/utilities/text.md b/site/docs/4.4/utilities/text.md
index d25564a186..a9be539a21 100644
--- a/site/docs/4.4/utilities/text.md
+++ b/site/docs/4.4/utilities/text.md
@@ -68,7 +68,7 @@ For longer content, you can add a `.text-truncate` class to truncate the text wi
## Word break
-Prevent long strings of text from breaking your components' layout by using `.text-break` to set `overflow-wrap: break-word` (and `word-break: break-word` for IE & Edge compatibility).
+Prevent long strings of text from breaking your components' layout by using `.text-break` to set `word-wrap: break-word`.
{% capture example %}
<p class="text-break">mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p>