Set stack trace overflow to auto

This keeps the stack trace text inside the spec box when the window
in narrower than the stack trace lines.
This commit is contained in:
Kevin Sawicki 2013-07-06 14:19:25 -07:00
parent e34d8e4c42
commit b3b501ef07

View File

@ -158,4 +158,5 @@ body {
border: 1px solid #ddd;
background: white;
white-space: pre;
overflow: auto;
}