Skip to main content
ArcBlock Community

Text โ€œEach DID corresponds to a Domainโ€ Not Fitting Properly on Mobile Screen

JM โ€œcryptotestnetโ€ Morales
Support
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.
Reply