updated the dropdown
authorIan Weller <ian@gaslightmedia.com>
Mon, 5 Dec 2016 16:10:04 +0000 (11:10 -0500)
committerIan Weller <ian@gaslightmedia.com>
Mon, 5 Dec 2016 16:10:04 +0000 (11:10 -0500)
I updated the dropdown from a line height of 1 to 1.5

css/app.css
scss/_topbar.scss

index f31f73c..71ce8ab 100644 (file)
@@ -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 {
index c38e4ba..f62dfe3 100644 (file)
@@ -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;                        
                     }