Ruby on Rails Saturday, March 1, 2014

Hi guys,

I'm using Bootstrap 3 with Rails 4 and having a bit of trouble aligning my horizontal radio-buttons. In my HAML I have this line

.row
   .col-md-12    
      =f.association :search_engine, as: :radio_buttons, item_wrapper_class: 'radio-inline', label: false
 
but when I load the page, I get as attached: 

How can I fix this?


--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/0cac56be-c708-445f-834e-62d435cbe12c%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment