feat(FN-1967): merge fusion/fn-1967

This commit is contained in:
gsxdsm
2026-04-17 15:40:02 -07:00
parent da2d9fbcf1
commit 0a8d58e63b

View File

@@ -31945,7 +31945,7 @@ html .column.drag-over * {
}
.agent-import-agent-list {
max-height: 200px;
max-height: calc(100dvh - 260px);
}
.agent-import-result-stats {
@@ -31955,7 +31955,7 @@ html .column.drag-over * {
}
.agent-import-browse-list {
max-height: 250px;
max-height: calc(100dvh - 260px);
}
}