From 56e9d89bcbd8092aa6782384eff1d55d95fc641e Mon Sep 17 00:00:00 2001 From: josemigallas Date: Wed, 4 Nov 2020 23:25:21 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20fixes=20css=20overflow=20in=20ve?= =?UTF-8?q?rtical=20nav?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/javascript/src/Navigation/styles/VerticalNav.scss | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/app/javascript/src/Navigation/styles/VerticalNav.scss b/app/javascript/src/Navigation/styles/VerticalNav.scss index 27cdb0efd1..0ef035b1af 100644 --- a/app/javascript/src/Navigation/styles/VerticalNav.scss +++ b/app/javascript/src/Navigation/styles/VerticalNav.scss @@ -1,9 +1,6 @@ -.pf-c-nav__section-title { +.pf-c-nav > .pf-c-nav__section > .pf-c-nav__section-title { border-bottom: 1px solid #3c3f42; margin-bottom: 8px; - font-weight: 400; -} - -.pf-c-page__sidebar .pf-c-nav__section-title { margin-top: 0; + font-weight: 400; }