diff --git a/public/less/admin/bootstrap/variables.less b/public/less/admin/bootstrap/variables.less index 3f212d1392..2ab50d82c6 100644 --- a/public/less/admin/bootstrap/variables.less +++ b/public/less/admin/bootstrap/variables.less @@ -305,7 +305,7 @@ @grid-gutter-width: 15px; // Navbar collapse //** Point at which the navbar becomes uncollapsed. -@grid-float-breakpoint: @screen-sm-min; +@grid-float-breakpoint: 0; //** Point at which the navbar begins collapsing. @grid-float-breakpoint-max: (@grid-float-breakpoint - 1); diff --git a/src/views/admin/header.tpl b/src/views/admin/header.tpl index c6521d75e7..a188b71f31 100644 --- a/src/views/admin/header.tpl +++ b/src/views/admin/header.tpl @@ -50,46 +50,38 @@