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
path: root/site/docs
diff options
context:
space:
mode:
authorMartijn Cuppens <martijn.cuppens@gmail.com>2018-11-04 16:38:56 +0300
committerXhmikosR <xhmikosr@gmail.com>2018-11-04 16:55:17 +0300
commitb67c6fb435bb829021818f3123caa7a0c5ce57e9 (patch)
tree8dcab65cb29d39fe0f2d4a5d931a6d3c1bff7ee3 /site/docs
parent366bc885231b9d1df5906782ba4660ba4503f82b (diff)
Use a badge for .text-wrap example
Diffstat (limited to 'site/docs')
-rw-r--r--site/docs/4.1/utilities/text.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.1/utilities/text.md b/site/docs/4.1/utilities/text.md
index 0072775324..6c5506a5ca 100644
--- a/site/docs/4.1/utilities/text.md
+++ b/site/docs/4.1/utilities/text.md
@@ -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 %}