Dropped .badge-pill use the .rounded-pill utility instead.

Breaking change on Boostrap 5
https://getbootstrap.com/docs/5.0/migration/#badges
This commit is contained in:
Santiago L 2022-05-13 10:35:11 +02:00
parent c7e0501828
commit 300edac5a8
1 changed files with 1 additions and 1 deletions

View File

@ -361,7 +361,7 @@
<br />
<h6>
{% for lot in dev.lots %}
<span class="badge badge-pill bg-dark">{{ lot.name }}</span>
<span class="badge rounded-pill bg-dark">{{ lot.name }}</span>
{% endfor %}
</h6>
{% endif %}