source/misc/embedded_libs/fmt-8.1.1/doc/bootstrap/mixins/text-overflow.less
browsing at commit = ddceb7e8d386ab75c5c312f7805e6199a25055a4
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}