From 63453144a8aae3991661f30d2ebc234aa46d0f43 Mon Sep 17 00:00:00 2001 From: Ian Weller Date: Mon, 5 Dec 2016 11:10:04 -0500 Subject: [PATCH] updated the dropdown I updated the dropdown from a line height of 1 to 1.5 --- 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 f31f73c..71ce8ab 100644 --- a/css/app.css +++ b/css/app.css @@ -6497,7 +6497,7 @@ header { font-size: 1.125rem; text-align: left; text-transform: none; - line-height: 1 !important; + line-height: 1.5 !important; white-space: normal; padding: 1.125rem 1.25rem !important; } .top-bar-section ul li.play ul.dropdown { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index c38e4ba..f62dfe3 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -95,7 +95,7 @@ font-size: rem-calc(18); text-align: left; text-transform: none; - line-height: 1 !important; + line-height: 1.5 !important; white-space: normal; padding: rem-calc(18) rem-calc(20) !important; } -- 2.17.1