mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-24 18:58:46 +02:00
Make tables in part info vertically scrollable on small displays
This commit is contained in:
parent
4c9c9cf227
commit
faf346806b
2 changed files with 79 additions and 77 deletions
|
@ -1,4 +1,4 @@
|
|||
<div class="">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-header table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -3,7 +3,8 @@
|
|||
|
||||
{% include "Parts/info/_withdraw_modal.html.twig" %}
|
||||
|
||||
<table class="table table-striped table-hover table-responsive-sm">
|
||||
<div class="table-responsive">
|
||||
<table class="table table-striped table-hover">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% trans %}part_lots.description{% endtrans %}</th>
|
||||
|
@ -93,3 +94,4 @@
|
|||
</tbody>
|
||||
|
||||
</table>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue