diff options
| author | Mark Otto <[email protected]> | 2014-01-31 13:39:23 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-01-31 13:39:23 -0800 |
| commit | 9f36bc2bf6a24e4e887e5f955936a5e5b0400f76 (patch) | |
| tree | ce7643b1abe450a89a96ea0fc9a6d7de8b5c658b | |
| parent | 1802cedbc11d9468705e9289297616f785e33a8d (diff) | |
| parent | 22e576c600547b10c8038ff68c13386bcb36477a (diff) | |
| download | bootstrap-9f36bc2bf6a24e4e887e5f955936a5e5b0400f76.tar.xz bootstrap-9f36bc2bf6a24e4e887e5f955936a5e5b0400f76.zip | |
Merge pull request #12448 from PHLAK/master
Fix issue causing .navbar-brand element height to be shorter than .navbar height
| -rw-r--r-- | less/navbar.less | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/less/navbar.less b/less/navbar.less index ddb67b9f7..8c4c210b2 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 { |
