| Path : /var/www/html/mini-moneyexchange/public/src/scss/bootstrap/mixins/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/mini-moneyexchange/public/src/scss/bootstrap/mixins/_text-truncate.scss |
// Text truncate
// Requires inline-block or block for proper styling
@mixin text-truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}