Narrow width fix CSS selection + row.

This commit is contained in:
Christian Bastian
2024-02-07 18:31:36 -05:00
parent 4d3be1844b
commit ec62b22a63
2 changed files with 6 additions and 2 deletions

View File

@@ -261,6 +261,7 @@
/* model manager row */
.model-manager .row {
display: flex;
min-width: 0;
gap: 8px;
}
@@ -340,6 +341,11 @@
flex: 1;
}
.model-manager .model-select-dropdown {
min-width: 0;
overflow: auto;
}
.model-manager .search-text-area,
.model-manager .source-text-area,
.model-manager .model-select-dropdown {