openreplay/frontend/app/components/ui/TextEllipsis/textEllipsis.css
2022-02-21 16:41:04 +01:00

7 lines
No EOL
138 B
CSS

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