openreplay/frontend/app/components/Session_/Network/network.module.css
Shekar Siri 2ed5cac986
Webpack upgrade and dependency cleanup (#523)
* change(ui) - webpack update
* change(ui) - api optimize and other fixes
2022-06-03 16:47:38 +02:00

31 lines
507 B
CSS

.location {
min-height: 32px;
display: flex;
align-items: center;
padding: 5px 10px;
font-size: 12px;
line-height: 12px;
& > div:last-child {
font-weight: 300;
max-width: 80%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
padding: 5px 0;
}
}
.popupNameTrigger {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
max-width: 80%;
width: fit-content;
}
.popupNameContent {
max-width: 600px;
overflow-wrap: break-word;
}