mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 09:44:41 +02:00
Improved styling of the BOM edit
This commit is contained in:
parent
b83b55b8d4
commit
a3ee51e76b
6 changed files with 66 additions and 11 deletions
|
@ -41,7 +41,7 @@
|
|||
<div class="input-group {% if sm %}input-group-sm{% endif %}">
|
||||
{{ form_widget(form.value) }}
|
||||
{% if form.prefix is defined %}
|
||||
{{ form_widget(form.prefix, {'attr': {'class': 'form-select'}}) }}
|
||||
{{ form_widget(form.prefix, {'attr': {'class': '', 'style': 'max-width: 40px;'}}) }}
|
||||
{% endif %}
|
||||
{% if unit is not empty %}
|
||||
<label class="input-group-text">{{ unit }}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue