跳到主要内容
ArcBlock Community

Invitee Names Not Fitting in UI

JM “cryptotestnet” Morales
支持
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

回复