Skip to content

Commit

Permalink
Quick fix to nav heading
Browse files Browse the repository at this point in the history
  • Loading branch information
cchaos committed Mar 18, 2020
1 parent 1ccffd4 commit 58da630
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@

.euiCollapsibleNavGroup__heading {
font-weight: $euiFontWeightSemiBold;

// If the heading is not in an accordion, it needs the padding
&:not(.euiAccordion__button) {
padding: $euiSize;
}
}

.euiCollapsibleNavGroup__children {
Expand Down

0 comments on commit 58da630

Please sign in to comment.