Fix some bugs when testing opensds ansible
[stor4nfv.git] / src / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / 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 }