moch_yusuf_hermawan/adaptive-english-lesson-main/public/gentelella/bootstrap/less/mixins/text-overflow.less
2024-12-31 09:41:52 +07: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;
}