authserver/testCAS/resources/assets/less/bootstrap/mixins/text-overflow.less
author durandn
Mon, 20 Jul 2015 10:45:44 +0200
changeset 37 947f26110cc6
parent 0 1afc9d2ab94d
permissions -rw-r--r--
small cleanup + added fields for testing copy in iframetester + changed the way project metadata url is generated

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

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