Skip to content

Commit 23cba86

Browse files
committed
fix
1 parent 24c8ce1 commit 23cba86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

por/dashboard/search.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class SearchSchema(colander.MappingSchema):
4949
searchable = colander.SchemaNode(typ=colander.String(),
5050
title=u'',
5151
widget = deform.widget.TextInputWidget(
52-
css_class=u'input-large',
52+
css_class=u'input-xxlarge',
5353
placeholder=u'Searchable text'),)
5454

5555

0 commit comments

Comments
 (0)