-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
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
fix(v2): avoid horizontal scrolling when long lines of code #4241
Conversation
[V1] Deploy preview success Built with commit 9d6a696 |
Size Change: +8 B (0%) Total Size: 158 kB ℹ️ View Unchanged
|
Deploy preview for docusaurus-2 ready! Built with commit 9d6a696 |
⚡️ Lighthouse report for the changes in this PR:
Lighthouse ran on https://deploy-preview-4241--docusaurus-2.netlify.app/classic/ |
that seems to work but I think something simpler is possible: add |
@slorber thanks, we can really go this way. |
still fails for 1350px width on this page https://deploy-preview-4241--docusaurus-2.netlify.app/classic/docs/markdown-features Will edit the pr and apply this CSS to larger breakpoints as well and then merge |
Motivation
Fixes #3870
Closes #4235
Because the most correct solution in our case is to set the maximum width for the column with main content on desktop (except extra large screens).
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
Check it out Using React page on preview site as per instructions in #3870.
Related PRs
(If this PR adds or changes functionality, please take some time to update the docs at https://github.com/facebook/docusaurus, and link to your PR here.)