• File: text-overflow.less
  • Full Path: /home/aaryhspitl/domains/aaryawomenshospital.com/private_html/103.117.180.2/build/bootstrap-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;
}