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"> <div class="">
<table class="table table-striped table-header table-hover table-responsive-sm"> <table class="table table-striped table-header table-hover">
<thead> <thead>
<tr> <tr>
<th>{% trans %}part.supplier.name{% endtrans %}</th> <th>{% trans %}part.supplier.name{% endtrans %}</th>
@ -64,7 +64,7 @@
</td> </td>
<td> {# Action for order information #} <td> {# Action for order information #}
<div class="btn-group"> <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 Action
</button> </button>
<div class="dropdown-menu"> <div class="dropdown-menu">