Skip to content

Commit

Permalink
Merge pull request #3500 from olivierlacan/error-whitespace
Browse files Browse the repository at this point in the history
CSS fix to prevent error output from being breaking out of body element.
  • Loading branch information
jonleighton committed Nov 16, 2011
2 parents 540e929 + a50f659 commit 272f2b7
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -16,6 +16,7 @@
background-color: #eee;
padding: 10px;
font-size: 11px;
white-space: pre-wrap;
}

a { color: #000; }
Expand Down

0 comments on commit 272f2b7

Please sign in to comment.