Environment
- Tournament detail:
https://match-point-8820.onrender.com/t/f474d8f5-2f20-44f5-80e3-0e2731e32480 (Mario Kart Tourney)
- 2026-04-21
Summary
At least one entrant has a very long display name (repeated/gibberish string). The Entrants list renders it in full on one line, causing severe horizontal overflow and poor readability.
Expected
- Truncate with ellipsis +
title tooltip, or wrap with word-break / overflow-wrap, and cap max width in the list row.
- Optionally enforce max length on display name at registration / profile update (separate product decision).
Actual
Long string dominates the row; layout breaks on typical viewports.
Screenshot
See live page; entrant #6 in the list demonstrates the issue next to Did Not Attend badge.
Environment
https://match-point-8820.onrender.com/t/f474d8f5-2f20-44f5-80e3-0e2731e32480(Mario Kart Tourney)Summary
At least one entrant has a very long display name (repeated/gibberish string). The Entrants list renders it in full on one line, causing severe horizontal overflow and poor readability.
Expected
titletooltip, or wrap withword-break/overflow-wrap, and cap max width in the list row.Actual
Long string dominates the row; layout breaks on typical viewports.
Screenshot
See live page; entrant #6 in the list demonstrates the issue next to Did Not Attend badge.