From ae8c2a40c97f800fc2d2122f0ea5fe9cf980937a Mon Sep 17 00:00:00 2001 From: Jacob Shandling <61553566+jacobshandling@users.noreply.github.com> Date: Thu, 2 Feb 2023 15:46:41 -0800 Subject: [PATCH] Fixed nav style bugs (#9646) --- frontend/components/top_nav/SiteTopNav/_styles.scss | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/frontend/components/top_nav/SiteTopNav/_styles.scss b/frontend/components/top_nav/SiteTopNav/_styles.scss index 8015f6ce17..a9ca94416c 100644 --- a/frontend/components/top_nav/SiteTopNav/_styles.scss +++ b/frontend/components/top_nav/SiteTopNav/_styles.scss @@ -1,5 +1,4 @@ .site-nav-content { - height: 50px; flex-grow: 1; display: flex; justify-content: space-between; @@ -12,7 +11,6 @@ margin: 0; padding: 0; display: flex; - flex-direction: row; } .site-nav-item { @@ -86,12 +84,11 @@ &--active { border-bottom: 3px solid $core-vibrant-blue; background-color: $site-nav-on-hover; - max-height: 47px; &:hover { background-color: $site-nav-on-hover; } - + .site-nav-item__link { padding-bottom: 12px; }