From 85c2295f63a3346c278a53bfc47535fa9fd98f6d Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Mon, 27 Jul 2026 12:33:48 -0400 Subject: [PATCH] Keep status pills on one line (white-space: nowrap) Two-word statuses like "never ran" wrapped the module-list row. Co-Authored-By: Claude Opus 4.8 --- pipekit/web/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/pipekit/web/static/style.css b/pipekit/web/static/style.css index 7fdd93e..a862f89 100644 --- a/pipekit/web/static/style.css +++ b/pipekit/web/static/style.css @@ -132,6 +132,7 @@ table.grid tr:hover td { background: #1c2128; } /* Status pills */ .pill { display: inline-block; + white-space: nowrap; padding: 0.05rem 0.5rem; border-radius: 10px; font-size: 11px;