2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #11561: Add float: left; to .form-control within input groups to prevent IE9 from screwing up placeholder text and select menu arrows

This commit is contained in:
Mark Otto
2013-12-14 20:04:12 -08:00
parent 4da03c83c5
commit 432b9f9cde
3 changed files with 7 additions and 1 deletions
+1
View File
@@ -3208,6 +3208,7 @@ input[type="button"].btn-block {
padding-left: 0;
}
.input-group .form-control {
float: left;
width: 100%;
margin-bottom: 0;
}