authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Mon, 02 Nov 2015 17:35:19 +0100
changeset 178 236780ec02a4
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Small fix to css

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

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