openreplay/frontend/app/components/ui/TextEllipsis/textEllipsis.css
2021-05-01 15:12:01 +05:30

7 lines
No EOL
132 B
CSS

.textEllipsis {
text-overflow: ellipsis;
overflow: hidden;
display: inline-block;
white-space: nowrap;
max-width: 100%;
}