Files
bootswatch/docs/3/bower_components/bootstrap/less/mixins/text-overflow.less
2017-11-03 20:35:32 -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;
}