From 7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097 Mon Sep 17 00:00:00 2001 From: geedmo Date: Mon, 5 Aug 2013 19:43:39 -0300 Subject: [PATCH 1/2] Fix Issue #8175 --- less/input-groups.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/input-groups.less b/less/input-groups.less index 79d1afcd4e..21b07922b4 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -48,7 +48,7 @@ padding: @padding-base-vertical @padding-base-horizontal; font-size: @font-size-base; font-weight: normal; - line-height: @line-height-base; + line-height: 1; text-align: center; background-color: @gray-lighter; border: 1px solid @input-group-addon-border-color; From c2737771b4e9b63655081c91878c6e66d9c3105a Mon Sep 17 00:00:00 2001 From: geedmo Date: Mon, 5 Aug 2013 19:58:38 -0300 Subject: [PATCH 2/2] Fix Issue #8175 - remove lh for input-lg|sm --- less/input-groups.less | 2 -- 1 file changed, 2 deletions(-) diff --git a/less/input-groups.less b/less/input-groups.less index 21b07922b4..6b832c3f16 100644 --- a/less/input-groups.less +++ b/less/input-groups.less @@ -59,13 +59,11 @@ padding: @padding-small-vertical @padding-small-horizontal; font-size: @font-size-small; border-radius: @border-radius-small; - line-height: @line-height-small; } &.input-lg { padding: @padding-large-vertical @padding-large-horizontal; font-size: @font-size-large; border-radius: @border-radius-large; - line-height: @line-height-large; } // Nuke default margins from checkboxes and radios to vertically center within.