:host {
  line-height: 1;
  display: inline-flex;
  min-width: 0;
}

span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}