Skip to content

Commit

Permalink
Fix the column size
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Mar 21, 2014
1 parent 3c2784c commit de441c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/initializers/simple_form.rb
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@

b.use :label, :class => 'col-sm-3 control-label'

b.wrapper :tag => 'div', :class => 'col-sm-7' do |ba|
b.wrapper :tag => 'div', :class => 'col-sm-9' do |ba|
ba.use :input
ba.use :error, :wrap_with => { :tag => 'span', :class => 'help-inline' }
ba.use :hint, :wrap_with => { :tag => 'p', :class => 'help-block' }
Expand Down

0 comments on commit de441c5

Please sign in to comment.