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