Files
inwestprofil.eu/libraries/framework/skin/base/mixins/text-overflow.less
Roman Pyrih 197675d958 first commit
2026-02-03 13:33:04 +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;
}