-
-
Notifications
You must be signed in to change notification settings - Fork 6.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
Docs: "Using with webpack" page does not render correctly in Firefox #4861
Comments
cc @ericnakagawa is this something on Docusaurus side? |
The same issue is also present in Chrome |
It seems to be caused by text overflow for long strings such as |
@ericnakagawa It seems like the production site is using an old version of Docusaurus. This does not show up locally as it uses the latest version - |
Closing as it is working now. |
For posterity, fixed in #4781 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
https://facebook.github.io/jest/docs/en/webpack.html displays incorrectly in Firefox 57.
If the current behavior is a bug, please provide the steps to reproduce and either a repl.it demo through https://repl.it/languages/jest or a minimal repository on GitHub that we can
yarn install
andyarn test
.Visit https://facebook.github.io/jest/docs/en/webpack.html in Firefox 57.
What is the expected behavior?
Sidebar renders correctly.
Please provide your exact Jest configuration and mention your Jest, node, yarn/npm version and operating system.
The text was updated successfully, but these errors were encountered: