openreplay/frontend/app/components/Session_/Fetch/fetchDetails.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

18 lines
No EOL
305 B
CSS

.url {
padding: 10px;
border-radius: 3px;
background-color: $gray-lightest;
/* border: solid thin $gray-light; */
/* max-width: 90%; */
word-break: break-all;
max-height: 300px;
overflow-y: auto;
}
.status {
padding: 3px 8px;
border-radius: 12px;
/*border: 1px solid $gray-light;*/
}