Skip to content

Commit 107caf4

Browse files
committed
calendar.less: Fix incorrect header row template
1 parent 5dd9fb3 commit 107caf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/css/calendar.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@
230230
.time-grid {
231231
display: grid;
232232
grid-template-columns: var(--sidebarWidth) minmax(0, 1fr);
233-
grid-template-rows: var(--headerHeight) minmax(0, 1fr);
233+
grid-template-rows: var(--headerHeight) var(--headerHeight) minmax(0, 1fr);
234234

235235
.time-grid-header {
236236
grid-area: ~"1 / 2 / 3 / 3";

0 commit comments

Comments
 (0)