| Current Path : C:/xampp/htdocs/esuporta/fts/New folder/build/bootstrap-less/mixins/ |
| Current File : C:/xampp/htdocs/esuporta/fts/New folder/build/bootstrap-less/mixins/text-overflow.less |
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}