pre {
  overflow: auto;
  flex: 1;

  max-height: 250px;
  padding: 10px;

  font-size: 13px;
  white-space: pre-wrap;

  background: rgb(0 0 0 / 4%);
  border-radius: 5px;
}
