Commit 129b85b7 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #10597 from ZDroid/patch-1

@grid-float-breakpoint need to be @screen-sm-min
parents 88ae7653 5caf7800
...@@ -247,7 +247,7 @@ ...@@ -247,7 +247,7 @@
// Padding, to be divided by two and applied to the left and right of all columns // Padding, to be divided by two and applied to the left and right of all columns
@grid-gutter-width: 30px; @grid-gutter-width: 30px;
// Point at which the navbar stops collapsing // Point at which the navbar stops collapsing
@grid-float-breakpoint: @screen-sm; @grid-float-breakpoint: @screen-sm-min;
// Navbar // Navbar
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment