Closed
Description
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.