mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 16:01:42 +00:00
fix: assign column length of table actions based on number of actions
This commit is contained in:
@@ -413,8 +413,9 @@
|
||||
class="p-2"
|
||||
on:keypress={() => toggleRow(row)}
|
||||
on:click={() => toggleRow(row)}
|
||||
style="width: {(actionButtons ?? []).length * 130}px"
|
||||
>
|
||||
<div class="center-center h-full w-full flex-wrap gap-1.5">
|
||||
<div class="center-center h-full w-full flex-wrap gap-2">
|
||||
{#each actionButtons as actionButton, actionIndex (actionButton?.id)}
|
||||
<!-- svelte-ignore a11y-no-static-element-interactions -->
|
||||
<RowWrapper
|
||||
|
||||
Reference in New Issue
Block a user