We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24c8ce1 commit 23cba86Copy full SHA for 23cba86
por/dashboard/search.py
@@ -49,7 +49,7 @@ class SearchSchema(colander.MappingSchema):
49
searchable = colander.SchemaNode(typ=colander.String(),
50
title=u'',
51
widget = deform.widget.TextInputWidget(
52
- css_class=u'input-large',
+ css_class=u'input-xxlarge',
53
placeholder=u'Searchable text'),)
54
55
0 commit comments