Files
umami/src/app/(main)/reports/event-data/EventDataParameters.module.css
2023-10-03 16:05:17 -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;
}