Make email field full width in email login form
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user