From: Chris Kankiewicz Date: Thu, 30 Jan 2014 21:59:54 +0000 (-0700) Subject: Fix issue causing .navbar-brand element height to be shorter than .navbar height X-Git-Tag: v3.2.0~403^2~45^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F12448%2Fhead;p=thirdparty%2Fbootstrap.git Fix issue causing .navbar-brand element height to be shorter than .navbar height --- diff --git a/less/navbar.less b/less/navbar.less index ddb67b9f76..8c4c210b22 100644 --- a/less/navbar.less +++ b/less/navbar.less @@ -155,7 +155,7 @@ padding: @navbar-padding-vertical @navbar-padding-horizontal; font-size: @font-size-large; line-height: @line-height-computed; - height: @line-height-computed; + height: @navbar-height; &:hover, &:focus {