mirror of
https://github.com/PostHog/posthog.git
synced 2024-12-01 04:12:23 +01:00
15 lines
321 B
SCSS
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;
|
|
}
|
|
} |