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

13 lines
161 B
CSS
Raw Normal View History

2023-07-08 05:38:43 +02:00
.parameter {
display: flex;
gap: 10px;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
min-width: 0;
}
.op {
font-weight: bold;
}