]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Doc: fix text overflow example
authorJulien Déramond <julien.deramond@orange.com>
Wed, 11 May 2022 11:49:35 +0000 (13:49 +0200)
committerMark Otto <otto@github.com>
Wed, 11 May 2022 15:28:35 +0000 (08:28 -0700)
site/content/docs/5.1/utilities/text.md

index a170660efd8ea2fb95579bbc01230982f71db7a0..060194f1b09f1df503ca6bd790e01684d712e900 100644 (file)
@@ -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 >}}