diff --git a/src/MxGateway.Server/wwwroot/css/dashboard.css b/src/MxGateway.Server/wwwroot/css/dashboard.css index ee57e3a..eab199c 100644 --- a/src/MxGateway.Server/wwwroot/css/dashboard.css +++ b/src/MxGateway.Server/wwwroot/css/dashboard.css @@ -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;