2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-11 18:02:28 +03:00

Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+

This commit is contained in:
Mark Otto
2014-07-23 20:32:05 -07:00
parent 912c4bcbe4
commit 5713bd74d6
11 changed files with 112 additions and 48 deletions
+2
View File
@@ -183,9 +183,11 @@ input[type="month"] {
&.input-sm {
line-height: @input-height-small;
line-height: @line-height-small ~"\0";
}
&.input-lg {
line-height: @input-height-large;
line-height: @line-height-large ~"\0";
}
}