.DebugDetails-view {
  margin-left: -12px;
}

.DebugDetails-view .error-message, .DebugDetails-view .comment, .DebugDetails-view .stack-trace {
  background-color: rgba( 244, 244, 244 ,  1 );
  background-color: rgba( var(--palette-neutral-4,244, 244, 244) ,  1 );
  font-size: 14px;
  font-family: Menlo, Consolas, Courier New, monospace;
  color: rgba( 51, 51, 51 ,  1 );
  color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
  text-align: left;
  line-height: 24px;
  padding-left: 25px;
  padding-right: 20px;
}

.DebugDetails-view .error-message {
  white-space: pre-line;
}

.DebugDetails-view .stack-trace {
  white-space: pre;
}
