mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-24 12:54:44 +02:00
Fixed dropdown in error box.
This commit is contained in:
parent
43b4c78553
commit
5d6f244e71
3 changed files with 5 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue