Fixed dropdown in error box.

This commit is contained in:
Jan Böhmer 2022-07-24 18:58:35 +02:00
parent 43b4c78553
commit 5d6f244e71
3 changed files with 5 additions and 5 deletions

View file

@ -42,7 +42,7 @@
{{ form_widget(form.value) }}
<div class="input-group-append {% if sm %}input-group-sm{% endif %}">
{% if form.prefix is defined %}
{{ form_widget(form.prefix, {'attr': {'class': 'custom-select'}}) }}
{{ form_widget(form.prefix, {'attr': {'class': 'form-select'}}) }}
{% endif %}
{% if unit is not empty %}
<label class="input-group-text">{{ unit }}</label>