2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03:00

Fixes #11266: Apply a pixel-based line-height to date inputs for iOS 7

This commit is contained in:
Mark Otto
2013-12-15 15:27:46 -08:00
parent 4f22670c6e
commit d9345ff7d5
3 changed files with 12 additions and 1 deletions
+3
View File
@@ -1696,6 +1696,9 @@ fieldset[disabled] .form-control {
textarea.form-control {
height: auto;
}
input[type="date"] {
line-height: 34px;
}
.form-group {
margin-bottom: 15px;
}