umami/components/pages/reports/event-data/EventDataParameters.module.css

13 lines
161 B
CSS
Raw Normal View History

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