mirror of
https://github.com/logos-co/logos-web.git
synced 2026-08-29 21:21:09 +00:00
Shrink-to-fit (w-fit + auto grid track) keeps collapsing the text column inside Leaflet's popup engine — the title truncates to "Lo" in a squashed box. Revert to the definite responsive width that renders correctly: w-[calc(100vw-2rem)] max-w-[463px] with a minmax(0,1fr) text track. Keeps the close-button vertical alignment (top:12px) from the prior change.