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

Form control heights #26820

Merged
merged 2 commits into from Jul 15, 2018
Merged

Form control heights #26820

merged 2 commits into from Jul 15, 2018

Commits on Jul 14, 2018

  1. Redo input height on .form-control

    - Use the already present -height variables on .form-control
    - Consolidate the select size and multiple overrides into the .form-control base class instead of sm/lg modifiers
    - Remove the Sass extends from input groups since it picks up too many selectors
    mdo committed Jul 14, 2018
    Copy the full SHA
    eeb1ab8 View commit details
    Browse the repository at this point in the history
  2. Prevent height on textareas

    mdo committed Jul 14, 2018
    Copy the full SHA
    210cdf2 View commit details
    Browse the repository at this point in the history