Merge pull request #136 from edx/adeel/reduce_tos_margin_bottom_spacing
Reduce spacing between tos and optional field.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user