Add map selection QA shortcut
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-25 02:35:21 +02:00
parent f712272b72
commit e189a2881d
9 changed files with 265 additions and 1 deletions
+31
View File
@@ -2669,6 +2669,37 @@ button.entity-card {
padding-top: 0.68rem;
}
.map-selection-qa-surface {
display: grid;
grid-template-columns: minmax(11rem, 1fr) auto;
gap: 0.58rem;
align-items: end;
min-width: 0;
border-top: 1px solid var(--line);
padding-top: 0.68rem;
}
.map-selection-qa-surface label {
min-width: 0;
}
.map-selection-qa-surface .primary-action {
width: fit-content;
max-width: 100%;
margin-top: 0;
}
.map-selection-qa-surface .error,
.map-selection-qa-surface .feature-extract-grid {
grid-column: 1 / -1;
}
@media (max-width: 720px) {
.map-selection-qa-surface {
grid-template-columns: 1fr;
}
}
.feature-extract-surface {
display: grid;
gap: 0.7rem;