From 6ce154c7ed64f3821cc7d6cbb0bfcf65b25f1b49 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sat, 15 Jun 2013 11:46:13 -0700 Subject: Fixes #8175: Update input min-height vars to fix FF21 input rendering --- less/variables.less | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'less') 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 -- cgit v1.2.3