b0y-101 Mini Shell


Current Path : E:/www/risk/media/vendor/bootstrap/scss/mixins/
File Upload :
Current File : E:/www/risk/media/vendor/bootstrap/scss/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;
}

Copyright © 2019 by b0y-101