##// END OF EJS Templates
requirements: bump to pyramid 1.10.x
requirements: bump to pyramid 1.10.x

File last commit:

r0:548a840d
r146:760d1e11
Show More
text-overflow.less
8 lines | 162 B | text/x-less | LessCssLexer
// Text overflow
// Requires inline-block or block for proper styling
.text-overflow() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}