I use Firefox on Android as my main browser and every time I follow a link from Twitter to the React docs, I inevitably can't read them without then copying the link in to Chrome because body has overflow-x: hidden and the .gatsby-highlight code samples don't wrap like they do in other browsers.
An example, broken page is https://reactjs.org/docs/add-react-to-a-website.html
This issue can also be reproduced in desktop Firefox:

Personally, I don't think that code samples should wrap and they should have their own horizontal scroll, but I'll leave it up to you which you think is the best course of action. Regardless, I'd be happy to try and fix it, whichever solution you decide on.
I use Firefox on Android as my main browser and every time I follow a link from Twitter to the React docs, I inevitably can't read them without then copying the link in to Chrome because
bodyhasoverflow-x: hiddenand the.gatsby-highlightcode samples don't wrap like they do in other browsers.An example, broken page is https://reactjs.org/docs/add-react-to-a-website.html
This issue can also be reproduced in desktop Firefox:

Personally, I don't think that code samples should wrap and they should have their own horizontal scroll, but I'll leave it up to you which you think is the best course of action. Regardless, I'd be happy to try and fix it, whichever solution you decide on.