Polish source audit status layout
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-16 15:14:13 +02:00
parent c76244bb85
commit d1f9927c75
+12 -1
View File
@@ -829,13 +829,20 @@ details.ai-lab-model-surface > summary strong {
}
.source-freshness-header {
display: flex;
display: flex !important;
gap: 1rem;
align-items: center;
justify-content: space-between;
padding: 1rem 1.2rem;
}
.source-freshness-header .secondary-action {
flex: 0 0 auto;
width: auto;
min-width: 10rem;
margin-top: 0;
}
.source-freshness-header h2 {
margin: 0;
font-size: 1.05rem;
@@ -975,6 +982,10 @@ details.ai-lab-model-surface > summary strong {
flex-direction: column;
}
.source-freshness-header .secondary-action {
width: 100%;
}
.source-freshness-summary {
grid-template-columns: repeat(2, minmax(0, 1fr));
}