From b67c6fb435bb829021818f3123caa7a0c5ce57e9 Mon Sep 17 00:00:00 2001 From: Martijn Cuppens <martijn.cuppens@gmail.com> Date: Sun, 4 Nov 2018 14:38:56 +0100 Subject: [PATCH] Use a badge for .text-wrap example --- site/docs/4.1/utilities/text.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %} -- GitLab