Merge pull request #136 from edx/adeel/reduce_tos_margin_bottom_spacing

Reduce spacing between tos and optional field.
This commit is contained in:
adeel khan
2021-02-11 02:06:16 +05:00
committed by GitHub

View File

@@ -446,7 +446,7 @@ class RegistrationPage extends React.Component {
<ValidationFormGroup
for={field.name}
key={field.name}
className="pt-10 small"
className="pt-10 small mb-0"
>
{ nodes }
</ValidationFormGroup>