Files
NodeBB/public/vendor/bootstrap/less/mixins/text-overflow.less
psychobunny 28efeef844 latest bs3
2014-09-24 18:36:57 -04: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;
}