Files
fast_response/admin/public/assets/less/bootstrap/mixins/text-overflow.less
Your Name dce091da91 t
2025-03-27 07:52:44 +00:00

9 lines
162 B
Plaintext
Executable File

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