Files
cmsPRO/libraries/framework/skin/base/mixins/text-overflow.less
2026-02-22 21:59:33 +01:00

9 lines
162 B
Plaintext

// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}