From 6ed4afef64b0825c91a6f97e6abb6528bf80eeae Mon Sep 17 00:00:00 2001 From: Shawn Wilsher Date: Wed, 12 Jul 2017 10:22:18 -0700 Subject: [PATCH] Do not wrap on words in navigation links If you have text like "Getting Started", it will wrap on the space and not be one line. --- lib/static/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/static/css/main.css b/lib/static/css/main.css index 79c616a183..e9c069a9db 100644 --- a/lib/static/css/main.css +++ b/lib/static/css/main.css @@ -978,6 +978,7 @@ a:hover code { .navigationSlider .slidingNav ul li { flex: 1; text-align: center; + white-space: nowrap; margin: 0; } .navigationSlider .slidingNav ul li a {