Migrated some smaller utilities to BS5.

This commit is contained in:
Jan Böhmer 2022-07-24 22:59:19 +02:00
parent a07c43ea8a
commit d16c01ebe0
9 changed files with 15 additions and 15 deletions

View file

@ -68,7 +68,7 @@
<div class="col-sm-3">
{% block quick_links %}{% endblock %}
<a class="btn btn-secondary btn-block mb-2" href="{{ entity | entityURL('edit') }}">
<a class="btn btn-secondary w-100 mb-2" href="{{ entity | entityURL('edit') }}">
<i class="fas fa-edit"></i> {% trans %}entity.edit.btn{% endtrans %}
</a>
<div class="">
@ -82,7 +82,7 @@
</div>
{% if entity is instanceof("App\\Entity\\Parts\\Storelocation") %}
{{ dropdown.profile_dropdown('storelocation', entity.id, true, 'btn-secondary btn-block mt-2') }}
{{ dropdown.profile_dropdown('storelocation', entity.id, true, 'btn-secondary w-100 mt-2') }}
{% endif %}
</div>