umami/components/common/OverflowText.module.css

7 lines
99 B
CSS

.root {
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}