// Text truncate // Requires inline-block or block for proper styling #text-truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }