fix: audit log table overflow if row data is long

This commit is contained in:
Elias Schneider
2025-01-12 01:21:47 +01:00
parent 69afd9ad9f
commit 4d337a20c5
2 changed files with 6 additions and 8 deletions

View File

@@ -62,7 +62,7 @@
</nav>
</div>
</div>
<div class="flex w-full flex-col gap-5">
<div class="flex w-full flex-col gap-5 overflow-x-hidden">
{@render children()}
</div>
</main>