UNPKG

@andatoshiki/toshiki-cdn

Version:
9 lines (7 loc) 167 B
// Text truncate // Requires inline-block or block for proper styling #text-truncate() { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }