diff --git a/services/web-ui/public/styles-rest.css b/services/web-ui/public/styles-rest.css index dbf9e32..55df268 100644 --- a/services/web-ui/public/styles-rest.css +++ b/services/web-ui/public/styles-rest.css @@ -389,7 +389,10 @@ } .job-row { display: grid; - grid-template-columns: 20px 110px 1fr 90px 200px 180px 80px 90px; + /* status · Job · Asset · Node · Progress · Time · Priority · Actions + Time needs room for "done May 22 · 2:23 PM · 6h ago"; Progress hosts + the bar + percent; Node is just "primary" or "—" so it can be tight. */ + grid-template-columns: 20px 110px 1fr 60px 240px 240px 70px 90px; align-items: center; gap: 12px; padding: 10px 16px;