Re-enable event CSS section

This commit is contained in:
Kevin McConnell
2025-01-27 15:39:51 +00:00
parent bfaac4bd44
commit 0816c60255
+2 -4
View File
@@ -9,9 +9,7 @@
}
.event--cluster {
/* FIXME re-enable this once we can set grid-column-start and grid-row-start on the cluster element */
/* &:has(.event + .event) {
&:has(.event + .event) {
display: grid;
gap: var(--inline-space);
padding-block: var(--block-space-half);
@@ -20,7 +18,7 @@
grid-column-start: unset !important;
grid-row-start: unset !important;
}
} */
}
}
.event {