-
Notifications
You must be signed in to change notification settings - Fork 115
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
v1.6.1 Compresses Mobile View #287
Labels
bug
Something isn't working
Comments
Can confirm #276 introduced the regression. I'll revert it for now |
Thanks for reporting, release 1.6.2 is out now |
@rohit-gohri No problem - thanks for the fix! I tried looking into why the changes in 1.6.1 were causing this regression but I couldn't quite figure it out. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using Docusaurus v2.4.0 and Redocusaurus v1.6.1 the mobile view is compressed. The bug only appears when built. Running the site locally with
yarn start
the mobile view is fine.Screenshot of the mobile view and the CSS causing it:
It appears that the CSS that's causing the issue is overwriting the
width: 100%
from the index file.This bug is affecting most of the sites found on the who's using Redocusaurus page as well as the Redocusaurus examples
Change log from v1.6.0 to v1.6.1: v1.6.0...v1.6.1
Reverting to Redocusaurus v1.6.0 fixes the issue.
The text was updated successfully, but these errors were encountered: