How to resize default text box in symfony2 formType class
You tried something like:
$builder->add('your_text_field', 'text', array( 'attr' => array('size' => '25'), ));