diff options
| author | Florian Lacreuse <[email protected]> | 2019-08-29 10:41:17 +0200 |
|---|---|---|
| committer | Martijn Cuppens <[email protected]> | 2020-01-04 18:26:24 +0100 |
| commit | d5270cb811f1cd39b02e7a18b955a693de1f22cd (patch) | |
| tree | 05d14c62c9ac2fe694f8a8ff3ccef2770e09685e /site | |
| parent | 27cc7926151643505a43b799215a61bde2c12f28 (diff) | |
| download | bootstrap-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.md | 2 |
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> |
