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

Input-group inside d-flex with a tall item causes input and input-group-addon to be too tall #22556

Merged
merged 2 commits into from
Aug 13, 2017

Commits on May 2, 2017

  1. Apply align-items: center; to .input-group instead of input group…

    … sub components, causes `.input-group .form-control` and `.input-group-addon` to be large when next to a tall element
    pat270 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    5ac9770 View commit details
    Browse the repository at this point in the history
  2. Remove vertical-align: middle from .input-group-addon and `.input…

    …-group-btn` left over from V3
    pat270 committed May 2, 2017
    Configuration menu
    Copy the full SHA
    36571b6 View commit details
    Browse the repository at this point in the history