0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Use a badge for .text-wrap example

This commit is contained in:
Martijn Cuppens 2018-11-04 14:38:56 +01:00 committed by XhmikosR
parent 366bc88523
commit b67c6fb435

View 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 %}