Add AI lab action guardrails
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-24 23:59:25 +02:00
parent 12a7d22c8c
commit 0bc3b2f2e3
7 changed files with 147 additions and 4 deletions
+34
View File
@@ -2719,6 +2719,40 @@ button.entity-card {
overflow-wrap: anywhere;
}
.lab-action-guardrail {
display: flex;
min-width: 0;
align-items: center;
justify-content: space-between;
gap: 0.6rem;
border: 1px solid #d8e3de;
border-radius: 8px;
padding: 0.52rem 0.62rem;
background: #ffffff;
}
.lab-action-guardrail-ready {
border-color: #b8dcc9;
background: #f8fff9;
}
.lab-action-guardrail span {
flex: 0 0 auto;
color: var(--muted);
font-size: 0.72rem;
font-weight: 700;
text-transform: uppercase;
}
.lab-action-guardrail strong {
min-width: 0;
color: var(--text);
font-size: 0.88rem;
line-height: 1.28;
text-align: right;
overflow-wrap: anywhere;
}
.ai-lab-shell .model-list {
grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
gap: 0.55rem;