| Current Path : /home/megadansyp/www/plugins/system/t3/base-bs3/bootstrap/less/mixins/ |
| Current File : /home/megadansyp/www/plugins/system/t3/base-bs3/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;
}