Fix timeline offset (#235)

This commit is contained in:
Max Wofford
2025-05-16 11:16:52 -04:00
committed by GitHub
parent 6dea4b70be
commit 0985cb0f38

View File

@@ -101,7 +101,7 @@
box-sizing: border-box;
height: 100%; /* Match parent row height */
display: flex; /* To vertically center text if needed, though align-items on parent might suffice */
align-items: center; /* Vertically center text */
align-items: flex-start; /* Vertically center text */
}
.admin-timeline-hour-gridline-container { /* Container that stretches across for the faint mid-hour line */