Skip to content

Commit

Permalink
fix: nav menu broken (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcvay authored Oct 18, 2024
1 parent 3512a4b commit 6921c60
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/nav/__styles__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const ElNavItem = styled.a`
border-bottom: 1px solid var(--color-grey-100);
}
&::not(:first-child) {
&:not(:first-child) {
height: 0;
overflow: hidden;
}
Expand All @@ -119,7 +119,7 @@ export const ElNavItem = styled.a`
width: auto;
border-left: none;
&::not(:first-child) {
&:not(:first-child) {
overflow: visible;
padding: 0.375rem 0.75rem;
border-radius: 0.25rem;
Expand Down
4 changes: 4 additions & 0 deletions src/storybook/changelog.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ We will publish release version history and changes here. Where possible, we wil

Beta versions should be relatively stable but subject to occssional breaking changes.

### **4.3.2 - 18/10/24**

- Fixed a small bug that causes mobile nav to remain open

### **4.3.1 - 26/04/24**

- Small bug fix rendering inputs in storybook
Expand Down

0 comments on commit 6921c60

Please sign in to comment.