From: Ian Weller Date: Mon, 5 Dec 2016 16:10:04 +0000 (-0500) Subject: updated the dropdown X-Git-Tag: v1.0.0^2~116 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=63453144a8aae3991661f30d2ebc234aa46d0f43;p=WP-Themes%2Fmackinawareavb.git updated the dropdown I updated the dropdown from a line height of 1 to 1.5 --- 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; }