Keep dashboard status chips on a single line

Status chips wrapped to two lines in narrow table columns (e.g. the
session State column). Pin .chip to white-space: nowrap so an enumerated
state always reads as one token.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Joseph Doherty
2026-05-16 23:19:36 -04:00
parent 96bea1d478
commit 298836d2f3
@@ -185,6 +185,9 @@ code {
color: var(--accent-deep);
}
/* Status chips never wrap, even in a narrow table column. */
.chip { white-space: nowrap; }
/* ── Empty / placeholder state ───────────────────────────────────────────────*/
.empty-state {
background: #fbfbf9;