aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 >}}