We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ce5c8e commit 7da633aCopy full SHA for 7da633a
src/routes/admin/events/+page.svelte
@@ -981,7 +981,7 @@
981
{#if events.length === 0}
982
<p class="text-gray-500">No events found.</p>
983
{:else}
984
- <div class="overflow-auto max-h-[560px] border border-gray-200 rounded-lg">
+ <div class="overflow-auto max-h-140 border border-gray-200 rounded-lg">
985
<table class="w-full border-collapse">
986
<thead class="sticky top-0 z-10">
987
<tr class="bg-gray-100 text-left">
0 commit comments