fix: allow ride count to wrap below park name on narrow columns
All checks were successful
Build and Deploy / Build & Push (push) Successful in 58s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Josh Wright
2026-04-05 15:30:56 -04:00
parent 4e6040a781
commit fd99f6f390

View File

@@ -234,6 +234,7 @@ function ParkRow({
display: "flex",
alignItems: "center",
justifyContent: "space-between",
flexWrap: "wrap",
padding: "10px 14px",
gap: 10,
}}>