fix: align running count label with numbers in executor status bar

Co-authored-by: factory-droid[bot] <138933559+factory-droid[bot]@users.noreply.github.com>
This commit is contained in:
gsxdsm
2026-04-12 16:18:30 -07:00
parent 961bf4b34e
commit 597685e892

View File

@@ -18750,6 +18750,7 @@ html .column.drag-over * {
font-family: var(--font-mono);
font-weight: 600;
color: var(--text);
line-height: 1;
}
.executor-status-bar__count--warning {
@@ -18763,6 +18764,7 @@ html .column.drag-over * {
/* Label text */
.executor-status-bar__label {
color: var(--text-muted);
line-height: 1;
}
/* Max concurrent display */