Fix Karte-Legende Desktop: #page-map Spezifität (components.css Überschreibung), SW by-v333

This commit is contained in:
rene 2026-04-24 11:00:55 +02:00
parent c503737fb1
commit 9151c14306
2 changed files with 5 additions and 5 deletions

View file

@ -669,15 +669,15 @@
white-space: nowrap;
}
/* Karte: Legende auf 2 Zeilen */
.map-legend {
/* Karte: Legende auf 2 Zeilen
#page-map nötig für Spezifität > .map-legend (components.css lädt später) */
#page-map .map-legend {
display: grid;
grid-template-columns: repeat(var(--map-legend-cols, 8), minmax(0, 1fr));
overflow: visible;
flex-wrap: wrap;
gap: var(--space-1);
}
.map-legend .map-legend-btn {
#page-map .map-legend-btn {
justify-content: center;
}