Skip to content

Commit a8bcedc

Browse files
authored
fixes
1 parent aa979aa commit a8bcedc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/User/components/SignupForm.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function SignupForm() {
137137
</Field>
138138
<Field name="confirmPassword">
139139
{(field) => (
140-
<div style={{ position: 'relative' }}>
140+
<div>
141141
<p className="form__field">
142142
<label htmlFor="confirmPassword" className="form__label">
143143
{t('SignupForm.ConfirmPassword')}

0 commit comments

Comments
 (0)