0
0
mirror of https://github.com/PostHog/posthog.git synced 2024-12-01 04:12:23 +01:00
posthog/frontend/style/events.scss
2020-01-25 10:42:58 -08:00

15 lines
321 B
SCSS

.events {
& > .table {
table-layout: fixed;
.event-row > td {
width: 25%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
}
.event-day-separator {
background-color: $gray-300;
text-align: center;
}
}