Ellipsis

Verkürzen eines Strings durch anfügen eines Ellipsis.

.truncate {
  /* width: 250px;    */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}