woodpecker/server/static/styles/base/overflow.less
2014-06-04 14:25:38 -07:00

8 lines
158 B
Plaintext

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