Truncate (cut-off) text with Ellispis
.truncate { width: 250px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }