Scroll table on small screen sizes
This commit is contained in:
parent
4f5b886e9e
commit
7e218dfb5d
|
@ -1,4 +1,5 @@
|
||||||
<table class="mx-auto border-collapse table-auto min-w-full divide-y divide-zinc-200 dark:divide-zinc-700 text-left">
|
<div class="overflow-x-auto">
|
||||||
|
<table class="mx-auto border-collapse table-auto min-w-full divide-y divide-zinc-200 dark:divide-zinc-700 text-left">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col" class="py-3 px-6 whitespace-nowrap">
|
<th scope="col" class="py-3 px-6 whitespace-nowrap">
|
||||||
|
@ -74,4 +75,5 @@
|
||||||
<% end %>
|
<% end %>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue