aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2014-07-23 20:32:05 -0700
committerMark Otto <[email protected]>2014-07-23 20:32:05 -0700
commit5713bd74d617126796205d4ee29bfc6ff192ad39 (patch)
tree0a430f6fb1b51b99239352c4d4bea8bd0b83135c /less
parent912c4bcbe4174e4753c61b148a7f51f0c95f610d (diff)
downloadbootstrap-5713bd74d617126796205d4ee29bfc6ff192ad39.tar.xz
bootstrap-5713bd74d617126796205d4ee29bfc6ff192ad39.zip
Fixes #12669 again: Redeclare the line-heights again for date inputs in IE8+
Diffstat (limited to 'less')
-rw-r--r--less/forms.less2
1 files changed, 2 insertions, 0 deletions
diff --git a/less/forms.less b/less/forms.less
index 98a40cb99..d3c375688 100644
--- a/less/forms.less
+++ b/less/forms.less
@@ -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";
}
}