.nd-code {
  font-size: 0.7rem;
  line-height: 1rem;
  border: 1px solid var(--nd-color-border);
  padding: $default-spacing;
  font-family: 'Courier', 'Arial', sans-serif;
  flex: 1;
  white-space: pre-wrap;
  background: #193549;
  color: $white;
}
