aboutsummaryrefslogtreecommitdiff
path: root/less
diff options
context:
space:
mode:
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