Skip to content

Commit

Permalink
[touchup] using input-sm on text fields in explore view
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Sep 1, 2016
1 parent 7dd01cf commit badac73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion caravel/forms.py
Expand Up @@ -977,7 +977,7 @@ def get_form(self):
viz = self.viz
field_css_classes = {}
for name, obj in self.field_dict.items():
field_css_classes[name] = ['form-control']
field_css_classes[name] = ['form-control', 'input-sm']
s = self.fieltype_class.get(obj.field_class)
if s:
field_css_classes[name] += [s]
Expand Down

0 comments on commit badac73

Please sign in to comment.