mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Removed input-group-prepend / -append classes, as they are not needed anymore.
This commit is contained in:
parent
9ed487c629
commit
103969a283
6 changed files with 59 additions and 82 deletions
|
@ -25,15 +25,16 @@
|
|||
{% block additional_controls %}
|
||||
{{ form_row(form.show_in_dropdown) }}
|
||||
{{ form_row(form.options.supported_element) }}
|
||||
<div class="form-group row">
|
||||
<div class="mb-2 row">
|
||||
{{ form_label(form.options.width) }}
|
||||
<div class="input-group col-9">
|
||||
{{ form_widget(form.options.width) }}
|
||||
<div class="input-group-append input-group-prepend">
|
||||
<div class="col-sm-9">
|
||||
<div class="input-group">
|
||||
{{ form_widget(form.options.width) }}
|
||||
|
||||
<span class="input-group-text">x</span>
|
||||
</div>
|
||||
{{ form_widget(form.options.height) }}
|
||||
<div class="input-group-append">
|
||||
|
||||
{{ form_widget(form.options.height) }}
|
||||
|
||||
<span class="input-group-text">mm</span>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue