diff --git a/tipp/forms.py b/tipp/forms.py index 8b79818..5541ac1 100644 --- a/tipp/forms.py +++ b/tipp/forms.py @@ -45,8 +45,8 @@ class TippForm(forms.Form): 'role': 'form' } )) - tippTeam1.widget.attrs['style'] = "width:35px" - tippTeam2.widget.attrs['style'] = "width:35px" + tippTeam1.widget.attrs['style'] = "width:45px" + tippTeam2.widget.attrs['style'] = "width:45px" class BlogpostForm(ModelForm): class Meta: