Fixes #8374: ensure navbar is always at least 50px

Esse commit está contido em:
Mark Otto
2013-07-18 01:25:08 -07:00
commit e72b524d41
2 arquivos alterados com 2 adições e 0 exclusões
+1
Ver Arquivo
@@ -2759,6 +2759,7 @@ button.close {
.navbar {
position: relative;
min-height: 50px;
padding-right: 15px;
padding-left: 15px;
margin-bottom: 20px;
+1
Ver Arquivo
@@ -5,6 +5,7 @@
// Wrapper and base class
.navbar {
position: relative;
min-height: @navbar-height; // Ensure a navbar always shows (e.g., without a .navbar-brand in collapsed mode)
margin-bottom: 20px;
padding-left: @navbar-padding-horizontal;
padding-right: @navbar-padding-horizontal;