File "_text-overflow.scss"

Full path: E:/sites/Single15/tinmung2007/webroot/lich 2024/sass/bootstrap/mixins/_text-overflow.scss
File size: 168 B
MIME-type:
Charset: utf-8

Download   Open   Back

// Text overflow
// Requires inline-block or block for proper styling

@mixin text-overflow() {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

PHP File Manager