Pony.fm/resources/styles/base/bootstrap/mixins/text-overflow.less
2021-02-14 04:23:12 +00:00

8 lines
162 B
Text
Vendored

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