We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4422747 commit 3aa2b29Copy full SHA for 3aa2b29
packages/chrome/src/styled/nav/StyledNav.ts
@@ -43,6 +43,8 @@ export const StyledNav = styled.nav.attrs<IStyledNavProps>({
43
display: flex;
44
position: relative;
45
flex-direction: column;
46
+ flex-shrink: 0;
47
+ order: -1;
48
width: ${props => (props.isExpanded ? getExpandedNavWidth : getNavWidth)};
49
font-size: ${props => props.theme.fontSizes.md};
50
packages/chrome/src/styled/nav/StyledNavList.ts
@@ -17,7 +17,6 @@ export const StyledNavList = styled.ul.attrs({
17
18
flex: 1;
19
20
- order: -1;
21
margin: 0;
22
padding: 0;
23
list-style: none;
0 commit comments