Files
cinny/src/app/partials/_text.scss
Ajay Bura ce9f140ddf Refector sass
Signed-off-by: Ajay Bura <ajbura@gmail.com>
2021-12-19 10:28:41 +05:30

5 lines
91 B
SCSS

.cp-txt__ellipsis {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}