snipe-it/resources/assets/less/bootstrap-less/mixins/text-overflow.less
snipe f532e9b462
Fixing assets :(
Not sure what happened in tbis merge exactly
2020-04-21 03:07:11 -07: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;
}