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:
parent
a9742c8a38
commit
85c2295f63
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user