Skip to main content
ArcBlock Community

Invitee Names Not Fitting in UI

JM โ€œcryptotestnetโ€ Morales
Support
rejectedreliability

image.png

๐Ÿงพ Summary: On the User Followers / Invitees page, the invitee names do not properly fit within the display area. The text overlaps or is cut off, making it difficult to read long names.

๐Ÿงช Steps to Reproduce:

  1. Log in to your DID Names account.
  2. Navigate to: ๐Ÿ‘‰ https://www.didnames.io/.well-known/service/user/user-followers?locale=en
  3. View the list of your invitees or followers.
  4. Observe the name display alignment.

๐Ÿ’ฅ Actual Result:

  • Long invitee names are truncated, overlapping, or not fully visible within their container.

โœ… Expected Result:

  • Invitee names should be responsive and fully readable.
  • The design should auto-wrap or truncate with ellipsis while showing the full name on hover (tooltip or modal).

โš™๏ธ Possible Cause:

  • CSS container width fixed or overflow not set properly.
  • Missing responsive text handling (text-overflow: ellipsis; white-space: nowrap; overflow: hidden;).
  • No mobile optimization for long strings.

๐Ÿงฑ Severity: ๐ŸŸก Minor ๐ŸŽฏ Priority: Low to Medium ๐Ÿ“‚ Category: UI / Layout / Responsive Design

Reply