Skip to content

Commit

Permalink
(less) Implement twbs#11174 to fix twbs#10936: increase height of lar…
Browse files Browse the repository at this point in the history
…ge inputs to fix Firefox inconsistencies
  • Loading branch information
mdo committed Nov 30, 2013
1 parent e66bdbf commit f5e257e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.less
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
@input-color-placeholder: @gray-light;

@input-height-base: (@line-height-computed + (@padding-base-vertical * 2) + 2);
@input-height-large: (floor(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
@input-height-large: (ceil(@font-size-large * @line-height-large) + (@padding-large-vertical * 2) + 2);
@input-height-small: (floor(@font-size-small * @line-height-small) + (@padding-small-vertical * 2) + 2);

@legend-color: @gray-dark;
Expand Down

0 comments on commit f5e257e

Please sign in to comment.