umami/src/app/(main)/reports/insights/InsightsParameters.module.css
2023-10-03 16:05:17 -07:00

18 lines
215 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-left: 30px;
}