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:
+3
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user