fix: overflow on workspace script picker

This commit is contained in:
Ruben Fiszel
2023-09-24 19:08:34 +02:00
parent c0438479aa
commit 5e4db0ebab
@@ -95,7 +95,7 @@
{#if filter.length > 0 && filteredItems.length == 0}
<NoItemFound />
{/if}
<ul class="divide-y border rounded-md overflow-hidden">
<ul class="divide-y border rounded-md">
{#each filteredItems as { path, hash, summary, description, marked }}
<li class="flex flex-row w-full">
<button