Files
Frank John Begornia d225ff22d4 initial commit
2019-10-29 19:29:28 +08:00

9 lines
162 B
Plaintext

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