Files
KleenAppWeb/wwwadmin/assets/less/_bootstrap/mixins/text-overflow.less
T
2019-05-25 23:11:05 -04: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;
}