diff --git a/css/executive.css b/css/executive.css index 27ef27f..d659363 100644 --- a/css/executive.css +++ b/css/executive.css @@ -10277,6 +10277,12 @@ h2 { line-height: 1.4em !important; margin-bottom: 8px; } +#mega-menu-wrap-primary #mega-menu-primary .mega-menu-flyout li a { + display: block; + line-height: 1.4em !important; + padding-top: 10px !important; + padding-bottom: 4px !important; +} /* fixes nested siteorigin panels for ie8 */ .ie8 .panel-grid-cell .panel-grid-cell { diff --git a/sass/executive.scss b/sass/executive.scss index 4289a80..03c64a8 100644 --- a/sass/executive.scss +++ b/sass/executive.scss @@ -127,6 +127,16 @@ ol.breadcrumb { } } } + .mega-menu-flyout { + li { + a { + display: block; + line-height: 1.4em !important; + padding-top: 10px !important; + padding-bottom: 4px !important; + } + } + } } }