-
Notifications
You must be signed in to change notification settings - Fork 515
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sidebar text can overlap content #4635
Comments
This is controlled by yari. @escattone, can you transfer the issue? Thanks! |
Firefox seems to have a strange line-wrapping algorithm, where it breaks a word early and fills the next line.
Most of the longer titles in the sidebar can be naturally broken on the dot ( Array.from($("code"))
.map(e => $(e))
.forEach(e => e.html(e.html().replace(/\./g, "<wbr>."))) |
I think mdn/content#9612 is the same issue as this one. There's some additional detail and screenshots there, if needed. |
@teoli2003 Can you have a look and see if this is still a problem with the new design? Thanks! |
Thank you for getting back to me @teoli2003. There is a PR to address the new issue you mentioned. I will close this one as the specific issue mentioned here is no resolved. |
MDN URL: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/Reduce
What information was incorrect, unhelpful, or incomplete?
Methods on the left are overlapping with the content in the middle of the page. It makes it difficult to read through this page.
Specific section or headline?
What did you expect to see?
I expected to see a clear separation between the main content and the menu on the left.
Did you test this? If so, how?
I tried to alter the zoom percentage but it didn't make a difference.
MDN Content page report details
en-us/web/javascript/reference/global_objects/array/reduce
The text was updated successfully, but these errors were encountered: