跳到主要内容
ArcBlock Community

Text “Each DID corresponds to a Domain” Not Fitting Properly on Mobile Screen

JM “cryptotestnet” Morales
支持
did-spacesbugneed-reviewreliability

Screenshot_20251009-081813.jpg

🌐 Website: https://www.didnames.io/en 📱 Platform: Mobile Browser (e.g., Chrome, Safari) 📂 Feature / Page: Homepage — Intro / Description Section 📅 Environment: Mobile View 🔗 Related: UI / Responsive Design

🧾 Summary: On mobile devices, the text “Each DID corresponds to a Domain” does not fit within the screen width. It appears either cut off, overflowing, or requires horizontal scrolling, which breaks the site’s mobile layout.

🧪 Steps to Reproduce:

  1. Visit https://www.didnames.io/en using a mobile phone.
  2. Scroll to the section containing the text: > “Each DID corresponds to a Domain” >
  3. Observe the layout and text fitting.

💥 Actual Result:

  • The text overflows outside the visible screen area.
  • It does not auto-wrap or scale to fit within the display.

✅ Expected Result:

  • The text should automatically adjust or wrap properly within the screen size.

⚙️ Possible Cause:

  • CSS issue in responsive design — fixed width or non-wrapping container.
  • Missing word-wrap, max-width, or viewport scaling settings for mobile.

🧱 Severity: 🟡 Minor (UI/Layout Issue) 🎯 Priority: Medium 📂 Category: UI / Responsive Design

💡 Suggested Fix:

  1. Apply CSS rules for responsive text wrapping: javascript .did-text { word-wrap: break-word; white-space: normal; max-width: 100%; }
  2. Use media queries for smaller screens to adjust font size and padding.
  3. Test on multiple devices (iPhone, Android, small tablets) to ensure consistency.
回复