Fix height of title row to prevent it from growing very tall
This commit is contained in:
parent
2463c21096
commit
961119ad86
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue