authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.less
author durandn
Wed, 22 Jul 2015 17:04:07 +0200
changeset 59 579eda85b45e
parent 0 1afc9d2ab94d
permissions -rw-r--r--
disabling copy api test fields in iframetester at it is still subject to changes

// Resize anything

.resizable(@direction) {
  resize: @direction; // Options: horizontal, vertical, both
  overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
}