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

Static form control sizing in input groups, again #16176

Merged
merged 1 commit into from
Apr 4, 2015
Merged

Conversation

mdo
Copy link
Member

@mdo mdo commented Mar 29, 2015

Fixes #15536.

Resizes .control-label's font-size and account for the standard border: 1px... that's on regular form controls in form group sizes.

@mdo
Copy link
Member Author

mdo commented Mar 29, 2015

Example at https://jsbin.com/jidifa/1/.

@twbs-lmvtfy
Copy link

Hi @mdo!

You appear to have posted a live example (https://jsbin.com/jidifa/1/edit), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:

  • W002: <head> is missing X-UA-Compatible <meta> tag that disables old IE compatibility modes
  • W003: <head> is missing viewport <meta> tag that enables responsiveness
  • line 5, column 1: W013: Bootstrap version might be outdated. Latest version is at least 3.3.4 ; saw what appears to be usage of Bootstrap 3.3.2

You'll need to fix these errors and post a revised example before we can proceed further.
Thanks!

(Please note that this is a fully automated comment.)

mdo added a commit that referenced this pull request Apr 4, 2015
Static form control sizing in input groups, again
@mdo mdo merged commit 6d2599b into master Apr 4, 2015
@mdo mdo deleted the input_group_sizing branch April 4, 2015 08:35
@cvrebert cvrebert mentioned this pull request Apr 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

form-control-static does not take into account form-group-sm and lg
2 participants