]> git.proxmox.com Git - ceph.git/blame - ceph/src/seastar/fmt/doc/bootstrap/mixins/text-overflow.less
update download target update for octopus release
[ceph.git] / ceph / src / seastar / fmt / doc / bootstrap / mixins / text-overflow.less
CommitLineData
11fdf7f2
TL
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}