blt/assets/styles/mixins-and-variables/truncate.less

6 lines
86 B
Plaintext
Raw Normal View History

.truncate() {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}