aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-06-15 11:46:13 -0700
committerMark Otto <[email protected]>2013-06-15 11:46:13 -0700
commit6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49 (patch)
tree01249d356433a0cff986553ebb42fe06269c3a13 /less
parent258e1d62fbff743f8ae08ef75ffbc962fdb51e58 (diff)
downloadbootstrap-6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49.tar.xz
bootstrap-6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49.zip
Fixes #8175: Update input min-height vars to fix FF21 input rendering
Diffstat (limited to 'less')
-rw-r--r--less/variables.less6
1 files changed, 3 insertions, 3 deletions
diff --git a/less/variables.less b/less/variables.less
index f9c32c148..765dff6a0 100644
--- a/less/variables.less
+++ b/less/variables.less
@@ -127,9 +127,9 @@
@input-color-placeholder: @gray-light;
-@input-height-base: (@line-height-computed + (@padding-base-vertical * 2));
-@input-height-large: (@line-height-computed + (@padding-large-vertical * 2));
-@input-height-small: (@line-height-computed + (@padding-small-vertical * 2));
+@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
+@input-height-large: (@line-height-computed + (@padding-large-vertical * 2) + 2);
+@input-height-small: (@line-height-computed + (@padding-small-vertical * 2) + 2);
// Dropdowns