Hi DevCentral Team,
the usable width of DevCentral content is sometimes very limited. Especially if you enable "Threaded format" (default mode) and post an iRule snipped far deep into a conversation, the <PRE> formated content will become hard to read. Thanks to annoying word-wraps...
TBH... i dont know a single developer which is turning on "word wrap" just to read the code better on very small monitors. Word wrap makes it basically just worse, but miliage may vary for 0,0001% of the human being... 😉
I would like to propose a CSS change to make it easier to read code snippets here on DevCentral.
pre code {
white-space: pre ;
overflow-x: scroll ;
}
Cheers, Kai