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