redmine-client/node_modules/bootstrap/less/mixins/text-overflow.less
2014-12-26 04:41:54 +01: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;
}