mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix issue causing .navbar-brand element height to be shorter than .navbar height
This commit is contained in:
parent
00685be0e9
commit
22e576c600
1 changed files with 1 additions and 1 deletions
|
@ -155,7 +155,7 @@
|
||||||
padding: @navbar-padding-vertical @navbar-padding-horizontal;
|
padding: @navbar-padding-vertical @navbar-padding-horizontal;
|
||||||
font-size: @font-size-large;
|
font-size: @font-size-large;
|
||||||
line-height: @line-height-computed;
|
line-height: @line-height-computed;
|
||||||
height: @line-height-computed;
|
height: @navbar-height;
|
||||||
|
|
||||||
&:hover,
|
&:hover,
|
||||||
&:focus {
|
&:focus {
|
||||||
|
|
Loading…
Reference in a new issue