blob: c11ad2fb7471dd29ae781f1aefdfb8bb5e4a7d6c [file] [log] [blame]
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}