2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-05 16:42:29 +03:00

Fixes #8175: Update input min-height vars to fix FF21 input rendering

This commit is contained in:
Mark Otto
2013-06-15 11:46:13 -07:00
parent 258e1d62fb
commit 6ce154c7ed
2 changed files with 10 additions and 10 deletions
+3 -3
View File
@@ -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