diff --git a/src/pages/students/[student_id].tsx b/src/pages/students/[student_id].tsx index 34c2569b..c9a9f20b 100644 --- a/src/pages/students/[student_id].tsx +++ b/src/pages/students/[student_id].tsx @@ -222,15 +222,18 @@ const ViewStudentPage = () => { {viewState === VIEW_STATES.EDIT ? ( - -
+ + @@ -247,7 +250,6 @@ const ViewStudentPage = () => { sx={{ display: "grid", gridTemplateColumns: "200px 30px 300px", - padding: "8px 0px", }} > @@ -264,7 +266,6 @@ const ViewStudentPage = () => { sx={{ display: "grid", gridTemplateColumns: "200px 30px 300px", - padding: "8px 0px", }} > @@ -281,7 +282,6 @@ const ViewStudentPage = () => { sx={{ display: "grid", gridTemplateColumns: "200px 30px 300px", - padding: "8px 0px", }} > @@ -294,7 +294,6 @@ const ViewStudentPage = () => { /> - {/* */} diff --git a/src/styles/StudentPage.module.css b/src/styles/StudentPage.module.css index 80c56fac..350d3e0d 100644 --- a/src/styles/StudentPage.module.css +++ b/src/styles/StudentPage.module.css @@ -7,7 +7,7 @@ .studentEditContainer { background-color: #ffffff; border-radius: 10px; - padding: 0.5rem; + padding: 20px 50px; } .displayBox { @@ -31,6 +31,10 @@ display: flex; } +.editForm { + width: 100%; +} + .singleInfoArea { padding: 10px 0; text-align: center;