diff --git a/frontend/src/lib/components/runs/RunsQueue.svelte b/frontend/src/lib/components/runs/RunsQueue.svelte index 6967c92222..05e24f61c6 100644 --- a/frontend/src/lib/components/runs/RunsQueue.svelte +++ b/frontend/src/lib/components/runs/RunsQueue.svelte @@ -76,7 +76,7 @@ {/snippet}
0 - ? 'bg-yellow-500 text-white rounded-full w-6 h-6 flex center-center' + ? 'bg-yellow-500 text-white rounded-full min-w-6 h-6 flex center-center' : ''}>{queue_count ? ($queue_count ?? 0).toFixed(0) : '...'}
@@ -102,7 +102,7 @@ {/snippet}
0 - ? 'bg-surface-secondary-inverse text-primary-inverse rounded-full w-6 h-6 flex center-center' + ? 'bg-surface-secondary-inverse text-primary-inverse rounded-full min-w-6 h-6 flex center-center' : ''}>{suspended_count ? ($suspended_count ?? 0).toFixed(0) : '...'}