This is a bug in the Google Chrome browser (I'm running 14.0.803.0 dev), where code blocks wrap text, and it is very annoying:
Fortunately, I have a fix for you! Just add this to your CSS:
pre {
word-wrap: normal;
}
|
This is a bug in the Google Chrome browser (I'm running Fortunately, I have a fix for you! Just add this to your CSS:
|
||||
|
This fix didn't have quite the expected effects. Backed out for now; overflowing links aren't half as bad (as they are a rare edge case, unlike codeblocks with horizontal scrollbars). |
|||
|
I can repro this on Mac OS X 10.6.6 and Chrome 12. Interestingly enough when you go to edit a question it works. |
|||
|
NSIGuessThatIsTheDownside: OfReallyLongParameterizedArguments. – sarnold Jun 29 '11 at 2:53