1
0
mirror of https://github.com/searxng/searxng.git synced 2024-09-20 20:10:44 +02:00
searxng/searx/static/oscar/less/bootstrap/mixins/text-overflow.less
2014-10-05 14:40:47 +02:00

9 lines
162 B
Plaintext

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