Pad stack traces

This commit is contained in:
Kevin Sawicki
2014-02-10 16:48:29 -08:00
parent 05769f8a49
commit cf73dd467a
2 changed files with 14 additions and 13 deletions

View File

@@ -166,15 +166,16 @@ body {
font-size: 15px
}
#HTMLReporter .stackTrace {
font-size: 12px;
padding: 5px;
margin: 5px 0 0 0;
border-radius: 2px;
line-height: 18px;
color: #666666;
border: 1px solid #ddd;
background: white;
white-space: pre;
overflow: auto;
.spec-reporter {
.stack-trace {
font-size: 12px;
margin: 5px 0 0 0;
border-radius: 2px;
line-height: 18px;
color: #666666;
border: 1px solid #ddd;
background: white;
white-space: pre;
overflow: auto;
}
}