From a966594bf8cb7c8cb5286d032d02379ca1394f16 Mon Sep 17 00:00:00 2001 From: Adrian Moisey Date: Fri, 17 Aug 2018 18:20:44 +0200 Subject: [PATCH] Ensure that city names don't wrap Such as "Cape Town" --- static/scss/custom.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/static/scss/custom.scss b/static/scss/custom.scss index c76b73e9e..3ed209584 100644 --- a/static/scss/custom.scss +++ b/static/scss/custom.scss @@ -63,6 +63,7 @@ b, strong { .nav-link { color: #0082AB; + white-space: nowrap; } .navbar-brand {