File "text-overflow.less"
Full Path: /var/www/bvnghean.vn/save_bvnghean.vn/wp-content/plugins/js_composer/assets/lib/bower/bootstrap3/less/mixins/text-overflow.less
File size: 162 bytes
MIME-type: text/x-asm
Charset: utf-8
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}