Enforce mobile source header stacking
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 02:11:16 +02:00
parent 32cb71c807
commit 4aa0d6da24
2 changed files with 5 additions and 4 deletions
+3 -3
View File
@@ -6926,12 +6926,12 @@ section {
}
@media (max-width: 640px) {
.source-catalog-panel .panel-title-row {
display: grid;
section.source-catalog-panel > .panel-title-row {
display: grid !important;
gap: 0.6rem;
}
.source-catalog-panel .panel-title-row .status-badge {
section.source-catalog-panel > .panel-title-row .status-badge {
justify-self: start;
}