apollodec/Apollo/bower_components/bootstrap/less/mixins/text-overflow.less
venbatechnologies@gmail.com d06b1c0cba status file
2017-12-07 11:31:25 +05:30

9 lines
162 B
Plaintext
Executable File

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