Skip to content

[Bug] Fix Text Overflow in Long Event Titles on Mobile #466

@Aditya948351

Description

@Aditya948351

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

  1. Locate the EventCard component.
  2. Apply Tailwind line-clamp utilities (line-clamp-2) or truncate to the title.
  3. Ensure the layout remains intact on sm (mobile) breakpoints.

Expected Outcome

Responsive event cards that gracefully handle extremely long text.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions