authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Mon, 07 Sep 2015 16:36:33 +0200
changeset 95 8ecee14c6d81
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Updated Readme and homestead test app

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

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