apollodec/Apollo/bower_components/bootstrap/less/mixins/text-overflow.less
saravanakumar_kandasami 7d72a0b91a updated code
2017-11-21 14:56:39 +05:30

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;
}