diff --git a/gulliver/system/class.xmlform.php b/gulliver/system/class.xmlform.php index cd32aae45..23d152245 100755 --- a/gulliver/system/class.xmlform.php +++ b/gulliver/system/class.xmlform.php @@ -3098,8 +3098,8 @@ class XmlForm_Field_Grid extends XmlForm_Field } if($fieldsSize>100) $owner->width = '100%'; - else - $owner->width = $fieldsSize . 'em'; + // else + // $owner->width = $fieldsSize . 'em'; return $this->renderGrid ( $emptyRow, $owner );