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

12 lines
226 B
CSS

.sessionLabel {
font-weight: 400;
font-size: 14px;
line-height: 17px;
& > div:last-child {
min-height: 16px;
margin-left: 4px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}