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
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:
@@ -234,6 +234,7 @@ function ParkRow({
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
|
flexWrap: "wrap",
|
||||||
padding: "10px 14px",
|
padding: "10px 14px",
|
||||||
gap: 10,
|
gap: 10,
|
||||||
}}>
|
}}>
|
||||||
|
|||||||
Reference in New Issue
Block a user