fix: restore full-width source inventory
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-15 12:28:35 +02:00
parent 232e8c2126
commit d3a09e8964
4 changed files with 25 additions and 0 deletions
+7
View File
@@ -2008,3 +2008,10 @@ details.ai-lab-model-surface > summary strong {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
/* The source inventory is an overview band, not one of the scrollable data tools. */
.workspace-grid-data > section.source-catalog-panel {
grid-column: 1 / -1;
max-height: none;
overflow: visible;
}