You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.
From what i can see, a lot of discussions(example) have circled the subject of Bootstrap form-horizontal
I also see a commit regarding this, but i cannot see any results when im trying to use the solution proposed.
If i understand correctly, something like this should be used:
From what i can see, a lot of discussions(example) have circled the subject of Bootstrap form-horizontal
I also see a commit regarding this, but i cannot see any results when im trying to use the solution proposed.
If i understand correctly, something like this should be used:
<%= semantic_form_for @foo, label_html: {class: "col-md-2"}, html: { class: "form-horizontal" } do |f| %>
But I'm not able to set a class to my label wrappers.
Is it possible to use formtastic-bootstrap with horizontal forms?
Is there any working example of this?
Thank you
The text was updated successfully, but these errors were encountered: