umami/components/pages/reports/insights/InsightsParameters.module.css
2023-07-07 20:38:43 -07:00

13 lines
161 B
CSS

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