umami/src/app/(main)/reports/insights/InsightsParameters.module.css

17 lines
223 B
CSS

.parameter {
display: flex;
gap: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
min-width: 0;
}
.op {
font-weight: bold;
}
.popup {
margin-top: -10px;
margin-inline-start: 30px;
}