fix: weather delay text wraps within its box, no longer collides with park name
All checks were successful
Build and Deploy / Build & Push (push) Successful in 54s
All checks were successful
Build and Deploy / Build & Push (push) Successful in 54s
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -248,7 +248,7 @@ function ParkRow({
|
||||
</div>
|
||||
</div>
|
||||
{isWeatherDelay && (
|
||||
<div style={{ fontSize: "0.7rem", color: "var(--color-text-muted)", fontWeight: 500, textAlign: "right" }}>
|
||||
<div style={{ fontSize: "0.7rem", color: "var(--color-text-muted)", fontWeight: 500, textAlign: "right", maxWidth: 72, lineHeight: 1.3 }}>
|
||||
⛈ Weather Delay
|
||||
</div>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user