Description
When an event has an exceptionally long title, it breaks the layout of the Event Card on mobile screens, causing text to overflow outside the card boundaries.
Proposed Solution
- Locate the
EventCard component.
- Apply Tailwind line-clamp utilities (
line-clamp-2) or truncate to the title.
- Ensure the layout remains intact on
sm (mobile) breakpoints.
Expected Outcome
Responsive event cards that gracefully handle extremely long text.
Description
When an event has an exceptionally long title, it breaks the layout of the Event Card on mobile screens, causing text to overflow outside the card boundaries.
Proposed Solution
EventCardcomponent.line-clamp-2) ortruncateto the title.sm(mobile) breakpoints.Expected Outcome
Responsive event cards that gracefully handle extremely long text.