File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
course-matrix/frontend/src/pages/TimetableBuilder Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -155,8 +155,9 @@ const Calendar = React.memo<CalendarProps>(
155155 } ,
156156 plugins : [ createEventModalPlugin ( ) ] ,
157157 weekOptions : {
158- gridHeight : 500 ,
158+ gridHeight : 1000 ,
159159 } ,
160+ isResponsive : false ,
160161 } ) ;
161162
162163 const { data : timetableEvents } = useGetEventsQuery ( editingTimetableId , {
Original file line number Diff line number Diff line change @@ -332,7 +332,7 @@ const TimetableBuilder = () => {
332332 </ div >
333333
334334 < div className = "m-8 flex gap-12" >
335- < div className = "w-2/5 " >
335+ < div className = "w-1/3 " >
336336 < Form { ...form } >
337337 < FormContext . Provider value = { form } >
338338 < form
@@ -557,7 +557,7 @@ const TimetableBuilder = () => {
557557 </ FormContext . Provider >
558558 </ Form >
559559 </ div >
560- < div className = "w-3/5 " >
560+ < div className = "w-2/3 " >
561561 < Calendar
562562 isChoosingSectionsManually = { isChoosingSectionsManually }
563563 semester = { selectedSemester }
You can’t perform that action at this time.
0 commit comments