hundedaten jetzt korrekt

This commit is contained in:
2023-10-23 10:00:19 +02:00
parent f7a7c3457b
commit 7779d189df
5 changed files with 45 additions and 49 deletions

View File

@ -20,7 +20,7 @@
<div class="flex flex-col">
<div class="w-full">
<div class="border-b border-gray-200 shadow">
<table class="divide-y divide-gray-300 ">
<table class="divide-y divide-gray-300 table-auto overflow-x-scroll w-full">
<thead class="bg-gray-50">
<tr>
<?php foreach (array_keys($userdata[0]) as $key) : ?>