Dodaj elipsy do elementu DOM z CSS

width: 250px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
Fancy Finch