diff --git a/lms/static/sass/views/_login-register.scss b/lms/static/sass/views/_login-register.scss index 2e611a3dee..bee878af71 100644 --- a/lms/static/sass/views/_login-register.scss +++ b/lms/static/sass/views/_login-register.scss @@ -320,6 +320,10 @@ ul.fa-ul{ width: calc(50% - 10px); } + .label-text-small { + font-size: small; + } + /** FROM _accounts.scss - start **/ label, input, @@ -434,7 +438,7 @@ ul.fa-ul{ display: inline; width: auto; height: auto; - margin-right: ($baseline/4); + margin-right: 0px; & + label { display: inline; diff --git a/lms/templates/student_account/register.underscore b/lms/templates/student_account/register.underscore index 039256b424..aa992e08a9 100644 --- a/lms/templates/student_account/register.underscore +++ b/lms/templates/student_account/register.underscore @@ -56,7 +56,7 @@