aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <[email protected]>2022-05-11 13:49:35 +0200
committerMark Otto <[email protected]>2022-05-11 08:28:35 -0700
commitdd19bf2657addd7738ee9ef107c24bd7b2544f36 (patch)
tree082def385e3cfd92a04b0d40d4a8674815718bb6
parent795167d822d3752ef2ad4f6e716a37e0270c741e (diff)
downloadbootstrap-dd19bf2657addd7738ee9ef107c24bd7b2544f36.tar.xz
bootstrap-dd19bf2657addd7738ee9ef107c24bd7b2544f36.zip
Doc: fix text overflow example
-rw-r--r--site/content/docs/5.1/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.1/utilities/text.md b/site/content/docs/5.1/utilities/text.md
index a170660ef..060194f1b 100644
--- a/site/content/docs/5.1/utilities/text.md
+++ b/site/content/docs/5.1/utilities/text.md
@@ -38,7 +38,7 @@ Wrap text with a `.text-wrap` class.
Prevent text from wrapping with a `.text-nowrap` class.
{{< example >}}
-<div class="text-nowrap bd-highlight" style="width: 8rem;">
+<div class="text-nowrap bg-light border" style="width: 8rem;">
This text should overflow the parent.
</div>
{{< /example >}}