apollo_developers/bower_components/bootstrap/less/mixins/text-overflow.less
venbatechnologies@gmail.com 1809bcf9c9 fixed table for student details
2018-04-23 18:34:11 +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;
}