]> git.proxmox.com Git - ceph.git/blob - ceph/src/pybind/mgr/dashboard/static/AdminLTE-2.3.7/build/bootstrap-less/mixins/text-overflow.less
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / pybind / mgr / dashboard / static / AdminLTE-2.3.7 / build / bootstrap-less / mixins / text-overflow.less
1 // Text overflow
2 // Requires inline-block or block for proper styling
3
4 .text-overflow() {
5 overflow: hidden;
6 text-overflow: ellipsis;
7 white-space: nowrap;
8 }