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
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
Description
Some Pokémon names with longer text overflow and break the card layout/alignment in the grid.
Examples:
This causes:
Screenshot
Expected behavior
Pokemon names should:
Possible solution
Use: