Current section

Files

Jump to
egit c_src fmt doc bootstrap mixins text-overflow.less
Raw

c_src/fmt/doc/bootstrap/mixins/text-overflow.less

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