]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/resize.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / resize.less
CommitLineData
31f18b77
FG
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}