Add "text-overflow: ellpisis" and "white-space: nowrap" :)

  .class {
    text-overflow: ellipsis;
    white-space: nowrap;
  }

These settings would be so dope! <3

3 Likes