Merge pull request #3500 from olivierlacan/error-whitespace

CSS fix to prevent error output from being breaking out of body element.
This commit is contained in:
Jon Leighton
2011-11-16 15:26:31 -08:00

View File

@@ -16,6 +16,7 @@
background-color: #eee;
padding: 10px;
font-size: 11px;
white-space: pre-wrap;
}
a { color: #000; }