]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/fmt/doc/bootstrap/mixins/resize.less
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / seastar / fmt / doc / bootstrap / 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 }