authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Fri, 02 Oct 2015 15:28:29 +0200
changeset 171 b4aece5775cd
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Small fix on CreateAnnotation + restored style on segment single (commit mistake)

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

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