Fix vertical alignment of search bar in the header

This commit is contained in:
Steffen van Bergerem 2017-08-10 14:41:33 +02:00 committed by flaburgan
parent 9c40009ee1
commit 6995ca1fe3

View file

@ -136,6 +136,8 @@
}
}
.navbar-form .form-control { display: inline-block; }
@media (max-width: $grid-float-breakpoint-max) {
.navbar-nav.hidden-xs {