aboutsummaryrefslogtreecommitdiff
path: root/site/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <[email protected]>2019-02-06 11:38:13 +0100
committerXhmikosR <[email protected]>2019-02-06 12:38:13 +0200
commit58470c0ac508df1b03e93faf5c2ff0e11fa3c078 (patch)
treeeeb033ef5f478e63a366ca7fb885e3dcde1dc4f5 /site/docs
parent6ea000d2bccee5ffabc4429a6fbc7cecf5152007 (diff)
downloadbootstrap-58470c0ac508df1b03e93faf5c2ff0e11fa3c078.tar.xz
bootstrap-58470c0ac508df1b03e93faf5c2ff0e11fa3c078.zip
Fix text break in Firefox (#28063)
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.2/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/utilities/text.md b/site/docs/4.2/utilities/text.md
index 04f564c33..d25564a18 100644
--- a/site/docs/4.2/utilities/text.md
+++ b/site/docs/4.2/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 `word-break: break-word`.
+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).
{% capture example %}
<p class="text-break">mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p>