Code examples in Get Started section of the Networking page
Make it so that the code wraps instead of overflowing the page.
Desktop:

Mobile:

EDIT: After further investigation, this problem seems to affect multiple pages.
Hey
Came across this issue and tried to fix it and after a couple tries managed to get it to look like this:

Instead of what it looks like on the live site. The problem is that you have a white-space: no-wrap rule on the <code> tags, but if you remove that it will look like this:

So I ditched the code tag and put it in a div and styled that. I'd be happy to submit a pr if you are interested!
This isn't just the networking page. I'm guessing it's all pages. I thought I'd try to learn rust today only to find that the examples are unreadable

This is fixed on the latest deployment, can be closed.
This bug appears to be fixed. Closing.
Most helpful comment
This isn't just the networking page. I'm guessing it's all pages. I thought I'd try to learn rust today only to find that the examples are unreadable