Skip to content

Commit 7da633a

Browse files
committed
fix: css syntax
1 parent 1ce5c8e commit 7da633a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/admin/events/+page.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@
981981
{#if events.length === 0}
982982
<p class="text-gray-500">No events found.</p>
983983
{:else}
984-
<div class="overflow-auto max-h-[560px] border border-gray-200 rounded-lg">
984+
<div class="overflow-auto max-h-140 border border-gray-200 rounded-lg">
985985
<table class="w-full border-collapse">
986986
<thead class="sticky top-0 z-10">
987987
<tr class="bg-gray-100 text-left">

0 commit comments

Comments
 (0)