5 lines
91 B
SCSS
5 lines
91 B
SCSS
.cp-txt__ellipsis {
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
} |