Files
crewsportswear/resources/assets/less/bootstrap/mixins/text-overflow.less
Frank John Begornia 562f03488a Initial Commit
2019-03-06 20:32:31 +08:00

9 lines
162 B
Plaintext
Vendored

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