Truncate text with an ellipsis in CSS Snippet·January 13, 2015 .truncate { max-width: 20em; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }