]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Use a badge for .text-wrap example
authorMartijn Cuppens <martijn.cuppens@gmail.com>
Sun, 4 Nov 2018 13:38:56 +0000 (14:38 +0100)
committerXhmikosR <xhmikosr@gmail.com>
Sun, 4 Nov 2018 13:55:17 +0000 (15:55 +0200)
site/docs/4.1/utilities/text.md

index 00727753245a33118b0a15143438a695dcb174a3..6c5506a5ca512ec895ba4432c87890705a7753f6 100644 (file)
@@ -34,7 +34,7 @@ For left, right, and center alignment, responsive classes are available that use
 Wrap text with a `.text-wrap` class.
 
 {% capture example %}
-<div class="text-wrap bd-highlight" style="width: 6rem;">
+<div class="badge badge-primary text-wrap" style="width: 6rem;">
   This text should wrap.
 </div>
 {% endcapture %}