Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Déramond <julien.deramond@orange.com>2022-05-11 14:49:35 +0300
committerMark Otto <otto@github.com>2022-05-11 18:28:35 +0300
commitdd19bf2657addd7738ee9ef107c24bd7b2544f36 (patch)
tree082def385e3cfd92a04b0d40d4a8674815718bb6
parent795167d822d3752ef2ad4f6e716a37e0270c741e (diff)
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 a170660efd..060194f1b0 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 >}}