public.component.assets.css.less.bootstrap.mixins.text-overflow.less Maven / Gradle / Ivy
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy