lego-error {
  font-size: 0.75rem;
  color: $error;
  position: absolute;

  div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: $err-max-width;
  }
}
