AdminLTE/build/bootstrap-less/mixins/text-overflow.less
2015-02-01 16:25:09 -05:00

9 lines
162 B
Plaintext
Executable file

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