apollo_developers/bower_components/bootstrap/less/mixins/text-overflow.less
saravanakumar_kandasami a11795c215 SIT code
2018-04-19 18:17:06 +05:30

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;
}