From 5caf7800814b0384297bfd69f83308985f510ebd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zlatan=20Vasovi=C4=87?= Date: Thu, 12 Sep 2013 09:52:33 +0200 Subject: [PATCH] @grid-float-breakpoint need to be @screen-sm-min :smile: --- less/variables.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/less/variables.less b/less/variables.less index 4fffe52bb0..b845843950 100644 --- a/less/variables.less +++ b/less/variables.less @@ -247,7 +247,7 @@ // Padding, to be divided by two and applied to the left and right of all columns @grid-gutter-width: 30px; // Point at which the navbar stops collapsing -@grid-float-breakpoint: @screen-sm; +@grid-float-breakpoint: @screen-sm-min; // Navbar -- 2.47.2