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;