mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 02:38:50 +02:00
Fixed visual bug for dropdown in shopping informations tab of parts.
This commit is contained in:
parent
1f890efc97
commit
1330bab199
1 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue