fix: restore full-width source inventory
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user