Problem with code block in dev mode and ios #10968
Labels
bug
An error in the Docusaurus core causing instability or issues with its execution
status: needs triage
This issue has not been triaged by maintainers
Have you read the Contributing Guidelines on issues?
Prerequisites
npm run clear
oryarn clear
command.rm -rf node_modules yarn.lock package-lock.json
and re-installing packages.Description
Problem on ios mobile phone Safari/Chrome browser with size of code block after build with --dev option
Reproducible demo
https://trofim24.github.io/
Steps to reproduce
npx create-docusaurus@latest my-website classic -t
command from instructioncd my-website
npm run build -- --dev
command from instruction/docs/tutorial-basics/markdown-features/#mdx-and-react-components
Expected behavior
Font size of code is normal
Actual behavior
Forn size of code is big
Your environment
Self-service
The text was updated successfully, but these errors were encountered: