mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 08:01:25 +00:00
fix: cancel jobs button missing chevron (#3896)
This commit is contained in:
@@ -618,6 +618,7 @@
|
||||
class="mt-1 p-2 h-8 flex flex-row items-center hover:bg-surface-hover cursor-pointer rounded-md"
|
||||
>
|
||||
<span class="text-xs min-w-[5rem]">Cancel jobs</span>
|
||||
<ChevronDown class="w-5 h-5" />
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
</DropdownV2>
|
||||
@@ -902,6 +903,7 @@
|
||||
class="mt-1 p-2 h-8 flex flex-row items-center hover:bg-surface-hover cursor-pointer rounded-md"
|
||||
>
|
||||
<span class="text-xs min-w-[5rem]">Cancel jobs</span>
|
||||
<ChevronDown class="w-5 h-5" />
|
||||
</div>
|
||||
</svelte:fragment>
|
||||
</DropdownV2>
|
||||
|
||||
Reference in New Issue
Block a user