From 3a272895493ae6600469bc9d9e607baed1d6a620 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 1 Aug 2016 09:42:39 -0400 Subject: [PATCH] doing a bit more work with the top bar --- css/app.css | 2 +- scss/_topbar.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/css/app.css b/css/app.css index 3f73dd6..59ee758 100644 --- a/css/app.css +++ b/css/app.css @@ -6438,7 +6438,7 @@ header { text-transform: none; text-align: left; line-height: normal; - padding: 10px 20px 0 0; + padding: 10px 10px 0 0; white-space: pre-wrap; } .top-bar-section ul li.has-dropdown ul.dropdown li a:hover { text-decoration: none; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 156f935..54f5b92 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -65,7 +65,7 @@ text-transform: none; text-align: left; line-height: normal; - padding: 10px 20px 0 0; + padding: 10px 10px 0 0; white-space: pre-wrap; &:hover { text-decoration: none; -- 2.17.1