]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix top bar flex grid example
authorKevin Ball <kmball11@gmail.com>
Tue, 13 Sep 2016 21:02:20 +0000 (14:02 -0700)
committerKevin Ball <kmball11@gmail.com>
Tue, 13 Sep 2016 21:02:20 +0000 (14:02 -0700)
scss/components/_top-bar.scss

index f56d3d0410eda41f8e8aa4107749becfe9041e04..0f08153706bb447c8fb9cd832e449fdf9d9b14f1 100644 (file)
@@ -101,9 +101,11 @@ $topbar-unstack-breakpoint: medium !default;
     flex-wrap: nowrap;
 
     // scss-lint:disable ZeroUnit
-    .top-bar-left,
+    .top-bar-left {
+      flex: 1 1 auto;
+    }
     .top-bar-right {
-      flex: 1 1 0px;
+      flex: 0 1 auto;
     }
   }
   @else {