Fixed visual bug for dropdown in shopping informations tab of parts.

This commit is contained in:
Jan Böhmer 2022-07-30 00:54:44 +02:00
parent 1f890efc97
commit 1330bab199

View file

@ -1,5 +1,5 @@
<div class="table-responsive">
<table class="table table-striped table-header table-hover table-responsive-sm">
<div class="">
<table class="table table-striped table-header table-hover">
<thead>
<tr>
<th>{% trans %}part.supplier.name{% endtrans %}</th>
@ -64,7 +64,7 @@
</td>
<td> {# Action for order information #}
<div class="btn-group">
<button type="button" class="btn btn-info btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false" data-boundary="window">
<button type="button" class="btn btn-info btn-sm dropdown-toggle" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Action
</button>
<div class="dropdown-menu">