fix(detail): add missing location map section to secondary school page
Some checks failed
Build and Push Docker Images / Build Backend (FastAPI) (push) Successful in 33s
Build and Push Docker Images / Build Pipeline (Meltano + dbt + Airflow) (push) Has been cancelled
Build and Push Docker Images / Trigger Portainer Update (push) Has been cancelled
Build and Push Docker Images / Build Frontend (Next.js) (push) Has been cancelled

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-29 15:06:27 +01:00
parent 15c0055687
commit 17b8873f0f
2 changed files with 25 additions and 1 deletions

View File

@@ -373,13 +373,20 @@
color: var(--accent-teal, #2d7d7d);
}
/* ── Charts ──────────────────────────────────────────── */
/* ── Charts & Map ────────────────────────────────────── */
.chartContainer {
width: 100%;
height: 280px;
position: relative;
}
.mapContainer {
width: 100%;
height: 300px;
border-radius: 6px;
overflow: hidden;
}
/* ── History table ───────────────────────────────────── */
.tableWrapper {
overflow-x: auto;