openreplay/frontend/app/components/Session_/OverviewPanel/overviewPanel.module.css
2022-07-21 12:00:22 +02:00

13 lines
293 B
CSS

.popup {
max-width: 300px !important;
/* max-height: 300px !important; */
overflow: hidden;
text-overflow: ellipsis;
& span {
display: block;
max-height: 200px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
}