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

fitnesse.resources.bootstrap.less.mixins.text-overflow.less Maven / Gradle / Ivy

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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy