app/soc/views/helper/surveys.py
changeset 2670 884f808d8469
parent 2659 8df08a3b17db
child 2680 b96ba702e82c
--- a/app/soc/views/helper/surveys.py	Thu Jul 23 16:56:00 2009 -0700
+++ b/app/soc/views/helper/surveys.py	Thu Jul 23 18:28:49 2009 -0700
@@ -295,6 +295,8 @@
       comment: initial comment value for field
     """
 
+    #fix growfield wrapping
+    attrs['wrap'] = 'hard'
     widget = widgets.Textarea(attrs=attrs)
 
     if not tip: