// -----------------------------------------------------------------------------
// This file contains CSS helper classes.
// -----------------------------------------------------------------------------
code {
  // white-space: normal;
  background-color: transparent !important;
  border: 0 !important;
}

pre {
  overflow: auto;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 1em;
  background: #f7f7f7;
  border-radius: 2px;
  word-wrap: unset;
}