Skip to content
This repository has been archived by the owner on Nov 27, 2019. It is now read-only.

Commit

Permalink
fix(docs): fixed context switcher border and top padding (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
evwilkin authored and redallen committed Oct 30, 2019
1 parent c1f8372 commit 0bc5463
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion gatsby-theme-patternfly-org/components/sideNav.css
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,13 @@
}

.ws-org-context-switcher {
padding: 32px 0 0 var(--pf-c-nav__list-link--PaddingLeft);
padding: 22px 0 0 var(--pf-c-nav__list-link--PaddingLeft);
}

.ws-org-context-switcher > label {
font-size: 14px;
}

.ws-org-context-switcher .pf-c-dropdown__toggle::before {
border: 1px solid #979797;
}

0 comments on commit 0bc5463

Please sign in to comment.