\!/ KyuuKazami \!/

Path : /home/kohli/public_html/assets/admin/less/bootstrap/mixins/
Upload :
Current File : /home/kohli/public_html/assets/admin/less/bootstrap/mixins/text-overflow.less

// Text overflow
// Requires inline-block or block for proper styling

.text-overflow() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@KyuuKazami