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

Moves help text in horiz. forms under the control #454

Merged
merged 2 commits into from
Mar 21, 2018

Conversation

tekkla
Copy link

@tekkla tekkla commented Mar 17, 2018

When using horizontal forms the help text is placed inside the created row but as sibling of the cols for label and control. This codechange moves the help text inside the col of the control so it gets aligned with/under the control.

Before:
from

After:
to

@bootstrap-ruby-bot
Copy link

1 Warning
⚠️ Please update CHANGELOG.md with a description of your changes. If this PR is not a user-facing change (e.g. just refactoring), you can disregard this.

Here's an example of a CHANGELOG.md entry (place it immediately under the * Your contribution here! line):

* [#454](https://github.com/bootstrap-ruby/bootstrap_form/pull/454): Moves help text in horiz. forms under the control - [@tekkla](https://github.com/tekkla).

Generated by 🚫 Danger

Copy link
Contributor

@lcreid lcreid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, and nice first contribution! Thanks very much for this PR. It looks good to me. I hope we will be merging this in the next few days. @mattbrictson could you please take a quick look at this?

@mattbrictson
Copy link
Contributor

Looks great, thanks! 🙌

I'll rebase and merge this once #455 is in.

Michael Zorn added 2 commits March 21, 2018 08:55
Updates test to reflect the changes made in form_group method
When using horizontal forms the help text is placed inside the created row but as sibling of the cols for label and control. This codechange moves the help text inside the col of the control so it gets aligned with/under the control.
@tekkla
Copy link
Author

tekkla commented Mar 21, 2018

Travis complains about this.

Fatal: Couldn't find remote ref refs/pull/454/merge

Do I have to change something or is it a problem on your side?

@mattbrictson
Copy link
Contributor

This has been merged and the master build is passing, so there is nothing more we need to do. We're all good. Thanks for checking!

xire28 pushed a commit to xire28/bootstrap_form that referenced this pull request Mar 30, 2018
* Updates help messages for horizontal forms test

Updates test to reflect the changes made in form_group method

* Moves help text in horiz. forms under the control 

When using horizontal forms the help text is placed inside the created row but as sibling of the cols for label and control. This codechange moves the help text inside the col of the control so it gets aligned with/under the control.
@lcreid lcreid mentioned this pull request Apr 11, 2018
lcreid pushed a commit to lcreid/rails-bootstrap-forms that referenced this pull request Jun 4, 2018
* Updates help messages for horizontal forms test

Updates test to reflect the changes made in form_group method

* Moves help text in horiz. forms under the control 

When using horizontal forms the help text is placed inside the created row but as sibling of the cols for label and control. This codechange moves the help text inside the col of the control so it gets aligned with/under the control.
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

Successfully merging this pull request may close these issues.

None yet

4 participants