Fix height of title row to prevent it from growing very tall

This commit is contained in:
Luca 2022-08-29 00:33:46 +02:00
parent 2463c21096
commit 961119ad86
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ $timeslot-height: 0.65em;
.schedule-grid { .schedule-grid {
display: grid; display: grid;
grid-auto-rows: $timeslot-height; grid-auto-rows: $timeslot-height;
grid-template-rows: auto; grid-template-rows: 2em;
&.schedule-room { &.schedule-room {
grid-template-columns: 400px; grid-template-columns: 400px;