umami/components/metrics/RealtimeLog.module.css
2020-10-09 17:58:27 -07:00

35 lines
416 B
CSS

.table {
font-size: var(--font-size-xsmall);
}
.row {
display: flex;
border-bottom: 1px solid var(--gray300);
}
.body {
height: 600px;
overflow: auto;
}
.icon {
align-self: center;
margin-right: 20px;
}
.website {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}
.detail {
flex: 1;
}
.detail span {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
}