Skip to content

Pokemon names overflow and break card alignment in grid layout #57

Description

@mshubhr

Description

Some Pokémon names with longer text overflow and break the card layout/alignment in the grid.

Examples:

  • Maushold-family-of-four
  • Fidough

This causes:

  • inconsistent card heights
  • awkward text wrapping
  • poor visual alignment between grid items

Screenshot

Image

Expected behavior

Pokemon names should:

  • stay within bounds
  • maintain consistent card alignment
  • handle long names gracefully

Possible solution

Use:

  • maxLines
  • overflow = TextOverflow.Ellipsis
  • fixed/min card height
  • or adaptive text handling

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions