Remove spacing between tos and optional field.

This commit is contained in:
Adeel Khan
2021-02-10 22:48:13 +05:00
parent 43b3cbd515
commit 3987af3a96

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>