Documentation scrolls horz. on small media
There should be a better way to wrap the Content text, but allow for scrolling only on the code samples. That is, you should not need to scroll on a mobile phone to read the majority of the developer/operator/contrib. documentation.
After examining and playing with this, it will be very hard to "scroll" as the syntax highlighting code adds several HTML tags that we do not easily control. Specifically, it appears that using any "pre" (i.e., <pre>) tag seems to void any layout... that is, the width of any <pre> container is respected regardless of any scroll options selected.
The solution MIGHT involve creating our own "pre" tag to replace/override the built in HTML one where we can control the layout. This would be a lot of work for little benefit. We COULD close this issue, but perhaps some eager/smart person in the future may want to take up this challenge.