authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author ymh <ymh.work@gmail.com>
Fri, 11 Sep 2015 14:07:22 +0200
changeset 125 d2142a047ed2
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Added tag 00.00.18 for changeset 8b742651d655

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

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