aboutsummaryrefslogtreecommitdiff
path: root/site
diff options
context:
space:
mode:
authorFlorian Lacreuse <[email protected]>2019-08-29 10:41:17 +0200
committerMartijn Cuppens <[email protected]>2020-01-04 18:26:24 +0100
commitd5270cb811f1cd39b02e7a18b955a693de1f22cd (patch)
tree05d14c62c9ac2fe694f8a8ff3ccef2770e09685e /site
parent27cc7926151643505a43b799215a61bde2c12f28 (diff)
downloadbootstrap-d5270cb811f1cd39b02e7a18b955a693de1f22cd.tar.xz
bootstrap-d5270cb811f1cd39b02e7a18b955a693de1f22cd.zip
Use word-wrap in .text-break for IE and Edge compatibility.
Diffstat (limited to 'site')
-rw-r--r--site/content/docs/4.3/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.3/utilities/text.md b/site/content/docs/4.3/utilities/text.md
index 88f595b16..00057da25 100644
--- a/site/content/docs/4.3/utilities/text.md
+++ b/site/content/docs/4.3/utilities/text.md
@@ -45,7 +45,7 @@ Prevent text from wrapping with a `.text-nowrap` class.
## 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 `overflow-wrap: break-word` (and `word-wrap: break-word` for IE & Edge compatibility).
{{< example >}}
<p class="text-break">mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm</p>