Files
links/public/assets/less/bootstrap/mixins/text-overflow.less
T

9 lines
162 B
Plaintext
Raw Normal View History

2026-05-28 00:32:43 +08:00
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}