I think this is a regression in our styling (but not sure when it changed); I just noticed that some command-line examples are wrapping, which will potentially cause problems if users either copy or try to type the examples;


We need to make sure that these blocks are never wrapped (but use a horizontal scrollbar if needed)
Of course, if examples are long, we should manually wrap them (using line-continuation symbols) where possible