diff --git a/dist/css/bootstrap-utilities.css b/dist/css/bootstrap-utilities.css index d1a018240bcb..e90dfec16c1a 100644 --- a/dist/css/bootstrap-utilities.css +++ b/dist/css/bootstrap-utilities.css @@ -1151,7 +1151,7 @@ .text-break { overflow-wrap: break-word !important; - word-break: break-word !important; + word-break: break-all !important; } .font-monospace { @@ -3603,4 +3603,4 @@ display: inline-flex !important; } } -/*# sourceMappingURL=bootstrap-utilities.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap-utilities.css.map */ diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index d8a20e160bc7..b1e8036f9f86 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -6979,7 +6979,7 @@ a.close.disabled { .text-break { overflow-wrap: break-word !important; - word-break: break-word !important; + word-break: break-all !important; } .font-monospace { @@ -9431,4 +9431,4 @@ a.close.disabled { display: inline-flex !important; } } -/*# sourceMappingURL=bootstrap.css.map */ \ No newline at end of file +/*# sourceMappingURL=bootstrap.css.map */ diff --git a/site/content/docs/4.3/utilities/text.md b/site/content/docs/4.3/utilities/text.md index a194fc310997..78dec3d518c1 100644 --- a/site/content/docs/4.3/utilities/text.md +++ b/site/content/docs/4.3/utilities/text.md @@ -47,7 +47,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-break: break-all` for IE & Edge compatibility). {{< example >}}
mmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm