umami/components/pages/reports/insights/InsightsParameters.module.css

18 lines
215 B
CSS
Raw Normal View History

2023-07-08 03:38:43 +00:00
.parameter {
display: flex;
gap: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
min-width: 0;
}
.op {
font-weight: bold;
}
2023-08-17 10:21:20 +00:00
.popup {
margin-top: -10px;
margin-left: 30px;
}