UNPKG

bootstrap-less-port

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