Invitee Names Not Fitting in UI

๐งพ 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:
- Log in to your DID Names account.
- Navigate to: ๐ https://www.didnames.io/.well-known/service/user/user-followers?locale=en
- View the list of your invitees or followers.
- 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