-
-
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
Alignment of input value and .form-control-static for several columns in a row #13872
Comments
Duplicate of #12801 perhaps? Please re-test using the latest CSS in the master branch. |
Hmm, yeah, |
Fix applied and demo-ed in http://jsbin.com/xuxaq/1. |
Hi @mdo! You appear to have posted a live example (http://jsbin.com/xuxaq/1), which is always a good first step.
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.) |
I checked your file and it works great. However, shouldn't we add some classes for form-control-static? for exemple : .form-control-static-lg, .form-control-static-sm, ... to get the right padding-top value ? |
Attaching |
Oh, and see it in action at http://jsbin.com/xuxaq/2. |
Thank you ! I wanted to propose it, but I wasn't sure about the responsibility of these classes concerning the .form-control-static. |
… for that vertical alignment
Hello,
I created a two columns forms, the first column has an input and the second, a static field. As you can see on the screenshot below, the two values are not aligned.
But when I set this, it is ok.
However, the padding can be strange when no input on the same line. So should we solve this ?
Best regards
The text was updated successfully, but these errors were encountered: