diff options
| author | Martijn Cuppens <[email protected]> | 2018-11-04 14:38:56 +0100 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-11-04 15:55:17 +0200 |
| commit | b67c6fb435bb829021818f3123caa7a0c5ce57e9 (patch) | |
| tree | 8dcab65cb29d39fe0f2d4a5d931a6d3c1bff7ee3 /site/docs | |
| parent | 366bc885231b9d1df5906782ba4660ba4503f82b (diff) | |
| download | bootstrap-b67c6fb435bb829021818f3123caa7a0c5ce57e9.tar.xz bootstrap-b67c6fb435bb829021818f3123caa7a0c5ce57e9.zip | |
Use a badge for .text-wrap example
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.1/utilities/text.md | 2 |
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 007277532..6c5506a5c 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 %} |
