Smaller inputs

Issue #41 resolved
Rafis Ganeev created an issue

I need col-md-4 instead of col-lg-10. Is this ok?

<?php echo $form->textFieldControlGroup($model,'username',array(
        'controlOptions' => array(
            'class' => 'col-md-4',
        )
    )); ?>

Comments (3)

  1. Log in to comment