All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.scss.mixins._text-truncate.scss Maven / Gradle / Ivy

Go to download

Orange Boosted with Bootstrap is a Bootstrap based, Orange branded accessible and ergonomic components library.

The newest version!
// Text truncate
// Requires inline-block or block for proper styling

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy