Ponysearch/searx/static/oscar/less/bootstrap/mixins/text-overflow.less
2014-10-05 14:40:47 +02: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;
}