diff --git a/apps/common/forms.py b/apps/common/forms.py index b34bf101a5..ac5527fc9f 100644 --- a/apps/common/forms.py +++ b/apps/common/forms.py @@ -131,7 +131,7 @@ class EmailAuthenticationForm(AuthenticationForm): authentication """ email = forms.CharField(label=_(u'Email'), max_length=75, - widget=EmailInput() + widget=EmailInput(attrs={'style': 'width: 100%;'}) ) def clean(self):