authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Fri, 13 Nov 2015 14:58:35 +0100
changeset 181 f2d46072794a
parent 0 1afc9d2ab94d
permissions -rw-r--r--
Fixed preview marker scenario iframe so it uses new layout

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

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