diff options
| author | Mark Otto <[email protected]> | 2013-12-14 20:04:12 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-12-14 20:04:12 -0800 |
| commit | 432b9f9cde8e2b067fd54ed148c5f8df510e30c5 (patch) | |
| tree | 479173009e357710ce0ef3dbb1075920d69be24c /dist/css/bootstrap.css | |
| parent | 4da03c83c5f850afc3211438227ba16d34c580e1 (diff) | |
| download | bootstrap-432b9f9cde8e2b067fd54ed148c5f8df510e30c5.tar.xz bootstrap-432b9f9cde8e2b067fd54ed148c5f8df510e30c5.zip | |
Fixes #11561: Add float: left; to .form-control within input groups to prevent IE9 from screwing up placeholder text and select menu arrows
Diffstat (limited to 'dist/css/bootstrap.css')
| -rw-r--r-- | dist/css/bootstrap.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/css/bootstrap.css b/dist/css/bootstrap.css index 3d53a6aef..c868d7585 100644 --- a/dist/css/bootstrap.css +++ b/dist/css/bootstrap.css @@ -3208,6 +3208,7 @@ input[type="button"].btn-block { padding-left: 0; } .input-group .form-control { + float: left; width: 100%; margin-bottom: 0; } |
