.pre {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  margin: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  & > * pre,
  span {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
  }
}

.key {
  color: #7736ff;
}
