json-schema-org / json-schema-org/website
🐛 Bug: Long unbroken strings overflow containers and break layout
@Anshika-av is already working on this.
Since Dec 31, 2025.
- Dominant language
- HTML
- Stars
- 169
- Forks
- 484
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 6
Description
https://github.com/user-attachments/assets/2514e3cf-9779-431e-978a-f64643e05c76
Describe the bug
The UI does not properly handle long, unbroken strings such as URLs, hashes, JSON keys, or long schema field names. When this type of content is rendered, it can overflow its container and break the layout instead of wrapping or truncating correctly.
This issue is especially visible on smaller screens and in content-heavy or technical sections.
Steps To Reproduce
- Render content containing a long unbroken string (e.g. a long URL or JSON key)
- View the page on a narrow screen or mobile device
- Observe the string overflowing its container and breaking the layout
Expected Behavior
Expected behavior
Long strings should wrap or truncate without breaking the layout.
Actual behavior
Long strings overflow their container, causing horizontal scrolling or layout breakage.
Screenshots
No response
Device Information [optional]
- OS:
- Browser:
- version:
Are you working on this issue?
Yes
Do you think this work might require an [Architectural Decision Record (ADR)]? (significant or noteworthy)
Yes
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.