mirror of
https://github.com/SrIzan10/hc-harbor.git
synced 2026-05-01 10:45:21 +00:00
Fix timeline offset (#235)
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user