Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unwanted space with hide_label option on inline form #214

Closed
soullivaneuh opened this issue Mar 31, 2015 · 2 comments
Closed

Unwanted space with hide_label option on inline form #214

soullivaneuh opened this issue Mar 31, 2015 · 2 comments

Comments

@soullivaneuh
Copy link

With the following code:

= bootstrap_form_tag url: admin_groups_path, method: :get, layout: :inline do |f|
  = f.hidden_field :sort, value: @sort
  = f.text_field :name, value: params[:name], hide_label: true
  = f.primary 'Search'

We get this:

rails_bootstrap_form_inline_failed

Is that an issue or something I did wrong?

Thanks.

@dzaporozhets
Copy link

Looks like an issue something did wrong :) . Should be like this http://getbootstrap.com/css/#forms-inline

@mattbrictson
Copy link
Contributor

Cleaning up old unanswered issues. If this question is still relevant, please reopen.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants