daux.io/themes/daux/less/vendor/bootstrap/mixins/text-overflow.less
2016-05-05 23:43:37 +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;
}