mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Pad stack traces
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user