Merge "re-enable testapi auto update"
[releng.git] / utils / test / testapi / 3rd_party / static / testapi-ui / assets / lib / bootstrap / less / mixins / resize.less
1 // Resize anything
2
3 .resizable(@direction) {
4   resize: @direction; // Options: horizontal, vertical, both
5   overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
6 }