authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Mon, 23 Nov 2015 15:48:26 +0100
changeset 189 463374ec1041
parent 0 1afc9d2ab94d
permissions -rw-r--r--
fix typo in css

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

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