authserver/testCAS/resources/assets/less/bootstrap/mixins/resize.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

// Resize anything

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