From 22e576c600547b10c8038ff68c13386bcb36477a Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 30 Jan 2014 14:59:54 -0700 Subject: [PATCH] Fix issue causing .navbar-brand element height to be shorter than .navbar height --- less/navbar.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {