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 <noreply@anthropic.com>
This commit is contained in:
Paul Trowbridge 2026-07-27 12:33:48 -04:00
parent a9742c8a38
commit 85c2295f63

View File

@ -132,6 +132,7 @@ table.grid tr:hover td { background: #1c2128; }
/* Status pills */ /* Status pills */
.pill { .pill {
display: inline-block; display: inline-block;
white-space: nowrap;
padding: 0.05rem 0.5rem; padding: 0.05rem 0.5rem;
border-radius: 10px; border-radius: 10px;
font-size: 11px; font-size: 11px;