%PDF- %PDF-
| Direktori : /home/c/a/s/casasmonvl/coronamillennial/Content/bootstrap/mixins/ |
| Current File : /home/c/a/s/casasmonvl/coronamillennial/Content/bootstrap/mixins/text-overflow.less |
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}