Ajouter des elipses à un élément DOM avec CSS

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