From f18a4cdadd350ca56ca7e75477fe202fcd843c53 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Mon, 23 Jan 2017 23:58:22 -0800 Subject: [PATCH] Allow flex-based navs to wrap like they used to (#21824) --- scss/_nav.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/scss/_nav.scss b/scss/_nav.scss index eb316bb27b..5e32c0d0af 100644 --- a/scss/_nav.scss +++ b/scss/_nav.scss @@ -5,6 +5,7 @@ .nav { display: flex; + flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; -- 2.47.2