authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author ymh <ymh.work@gmail.com>
Mon, 20 Jul 2015 16:36:59 +0200
changeset 48 3e7136c28fd2
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Bump version to 00.00.09

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

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