.detailText {
  user-select: none;
  cursor: default;
}

.errorText {
  font-family: monospace;
  user-select: text;
}