From: geedmo Date: Mon, 5 Aug 2013 22:43:39 +0000 (-0300) Subject: Fix Issue #8175 X-Git-Tag: v3.0.0-rc.2~100^2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7bc817bcbaa26bca46dcbd2e8a1c299d1f7c4097;p=thirdparty%2Fbootstrap.git Fix Issue #8175 --- 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;