Files
amlhc/public/assets/less/bootstrap-less/mixins/text-overflow.less
T
2026-04-21 23:02:15 +08: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;
}