diff options
Diffstat (limited to 'hyperkitty/views/forms.py')
-rw-r--r-- | hyperkitty/views/forms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hyperkitty/views/forms.py b/hyperkitty/views/forms.py index ab16215..d52eaea 100644 --- a/hyperkitty/views/forms.py +++ b/hyperkitty/views/forms.py @@ -78,7 +78,7 @@ class AddTagForm(forms.Form): tag = forms.CharField(label='', help_text=None, widget=TextInputWithButton( attrs={'placeholder': 'Add a tag...', - 'class': 'span2', + 'class': 'input-medium', 'button_text': 'Add'} ) ) |