Skip to content

Commit

Permalink
πŸ’„ fixes css overflow in vertical nav
Browse files Browse the repository at this point in the history
  • Loading branch information
josemigallas committed Nov 4, 2020
1 parent 8ea9f32 commit 56e9d89
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app/javascript/src/Navigation/styles/VerticalNav.scss
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 56e9d89

Please sign in to comment.