Improve workbench readiness card responsiveness
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 20:42:27 +02:00
parent a769b3427e
commit 76f9b49538
+1 -1
View File
@@ -327,7 +327,7 @@ section {
} }
.status-strip-grid { .status-strip-grid {
grid-template-columns: repeat(6, minmax(0, 1fr)); grid-template-columns: repeat(auto-fit, minmax(9rem, 1fr));
} }
.status-tile { .status-tile {