datatracker/bootstrap/less/mixins/resize.less
Lars Eggert 91d58aebd9 Update bootstrap to 3.4.1
- Legacy-Id: 18326
2020-07-31 10:42:14 +00:00

7 lines
196 B
Plaintext

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