mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 08:07:15 +00:00
fix: overflow on workspace script picker
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user