We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3638466 commit 873e969Copy full SHA for 873e969
1 file changed
src/lib/components/workflow/workflows-summary-configurable-table/table-row.svelte
@@ -72,7 +72,7 @@
72
workflowId={workflow.id}
73
taskQueue={workflow.taskQueue}
74
workflowType={workflow.name}
75
- class={$tableDensity === 'compact' ? 'mt-1 h-5 w-5' : ''}
+ class={$tableDensity === 'dense' ? 'mt-1 h-5 w-5' : ''}
76
/>
77
{/if}
78
<IsTemporalServerVersionGuard minimumVersion="1.23.0">
@@ -81,7 +81,7 @@
81
size="xs"
82
variant={childrenShown ? 'primary' : 'ghost'}
83
on:click={() => viewChildren(workflow)}
84
85
>
86
<Tooltip
87
text={childrenShown
0 commit comments