mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Do not use a horizontal layout in the comment dropdown for edit_part_info
This commit is contained in:
parent
3edc0a7f53
commit
80c7680d17
1 changed files with 3 additions and 2 deletions
|
@ -106,8 +106,9 @@
|
|||
{{ form_widget(form.save_and_clone, {'attr': {'class': 'dropdown-item'}}) }}
|
||||
{{ form_widget(form.save_and_new, {'attr': {'class': 'dropdown-item'}}) }}
|
||||
<div class="dropdown-divider"></div>
|
||||
<div class="p-2">
|
||||
{{ form_row(form.log_comment)}}
|
||||
<div class="px-2">
|
||||
<label class="form-label">{% trans %}edit.log_comment{% endtrans %}</label>
|
||||
{{ form_widget(form.log_comment)}}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue