diff --git a/lms/static/sass/course/ccx_coach/_dashboard.scss b/lms/static/sass/course/ccx_coach/_dashboard.scss index f9a6fba50d..282f01e4a4 100644 --- a/lms/static/sass/course/ccx_coach/_dashboard.scss +++ b/lms/static/sass/course/ccx_coach/_dashboard.scss @@ -74,3 +74,7 @@ button.ccx-button-link { color: brown; } } + +.ccx-manage-student-form input#student-id { + width: 60%; +} diff --git a/lms/templates/ccx/enrollment.html b/lms/templates/ccx/enrollment.html index e09825817f..a6c64c4130 100644 --- a/lms/templates/ccx/enrollment.html +++ b/lms/templates/ccx/enrollment.html @@ -47,7 +47,7 @@