![JAR search and dependency download from the Maven repository](/logo.png)
META-INF.resources.livelog.jslib.bootstrap.less.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