-
-
Notifications
You must be signed in to change notification settings - Fork 78.9k
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-feedback misplaced by 25 px #16285
Comments
Please post a JS Fiddle or JS Bin of your example. |
Hey, |
Hi @spruce! You appear to have posted a live example (http://jsbin.com/layumotipu/2/edit), which is always a good first step. However, according to the HTML5 validator, your example has some validation errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Nice bot 👍 |
Hi @spruce! You appear to have posted a live example (http://jsbin.com/layumotipu/3/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:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Next iteration: |
Hi @spruce! You appear to have posted a live example (http://jsbin.com/layumotipu/4/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:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Hopefully now it works: Working example with old version on http://piceatech.github.io/ember-rapid-forms/#/overview |
Bootstrap doesn't integrate with Font Awesome; we include Glyphicons instead. See http://getbootstrap.com/components/ |
Now it magically works... |
Closing this then, since we can't help with third-party stuff such as Font Awesome. |
Hello,
I use in one of my projects bootstrap version (
"bootstrap": "~3.2.0"
) and wanted to upgrade to the new version ("bootstrap": "~3.3.4"
). But the form-control-feedback icons are replaced by 25 px. In the versions before was a css selector which removed that (form-horizontal .has-feedback .form-control-feedback { top: 0; right: 15px; }
)Am I doing anything wrong?
Included is an example how I use it.
The text was updated successfully, but these errors were encountered: