From 89bdeff631ae7acdb62bf42d6e259d604bb4e916 Mon Sep 17 00:00:00 2001 From: Ray Schamp Date: Tue, 31 May 2016 09:32:04 -0400 Subject: [PATCH] Don't break up navigation on mobile --- src/components/navigation/conference/navigation.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/navigation/conference/navigation.scss b/src/components/navigation/conference/navigation.scss index 83a203cfe..6a5cae135 100644 --- a/src/components/navigation/conference/navigation.scss +++ b/src/components/navigation/conference/navigation.scss @@ -6,7 +6,7 @@ ul { display: flex; justify-content: space-between; - flex-flow: row wrap; + flex-flow: row nowrap; align-items: center; list-style-type: none;