2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

docs: Fix badges after #28458. (#29199)

This commit is contained in:
XhmikosR
2019-08-04 08:23:25 +03:00
committed by GitHub
parent 7bce809a63
commit b316235e63
5 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ For left, right, and center alignment, responsive classes are available that use
Wrap text with a `.text-wrap` class.
{{< example >}}
<div class="badge badge-primary text-wrap" style="width: 6rem;">
<div class="badge bg-primary text-wrap" style="width: 6rem;">
This text should wrap.
</div>
{{< /example >}}