authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Wed, 27 May 2015 15:34:06 +0200
changeset 8 5a0cbbe0922a
parent 0 1afc9d2ab94d
permissions -rw-r--r--
CAS Authentication (normal and proxy) + local Homestead vm

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

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