Skip to content

Commit afe4a62

Browse files
committed
wip
1 parent 1e2de3a commit afe4a62

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

hwproj.front/src/components/Homeworks/CourseHomeworkExperimental.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,6 +286,7 @@ const CourseHomeworkEditor: FC<{
286286
return <Stack direction={"row"}>
287287
<ToggleButtonGroup
288288
orientation="vertical"
289+
style={{paddingTop: 85}}
289290
value={page}
290291
exclusive
291292
onChange={(_, x) => setPage(x)}
@@ -412,7 +413,7 @@ const CourseHomeworkEditor: FC<{
412413
confirmationText={''}
413414
/>
414415
</CardContent>}
415-
{page === "group" && <CardContent>
416+
{page === "group" && <CardContent style={{minHeight: 500}}>
416417
<GroupSelector
417418
courseId={courseId}
418419
courseStudents={courseStudents}

0 commit comments

Comments
 (0)