mivita/public/assets/plugins/bootstrap/less/mixins/text-overflow.less
2018-11-17 02:01:22 +01:00

8 lines
162 B
Text

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