Files
febbweiss.github.io/demo/filebrowser-durandal-widget/lib/bootstrap/less/mixins/text-overflow.less
ECAILLE Fabrice (externe) e2277667c5 Fix: add dependencies
2017-05-04 10:26:11 +02:00

9 lines
162 B
Plaintext

// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}