Skip to content

Commit 3aa2b29

Browse files
committed
chore: restores order rule on Nav
1 parent 4422747 commit 3aa2b29

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

packages/chrome/src/styled/nav/StyledNav.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ export const StyledNav = styled.nav.attrs<IStyledNavProps>({
4343
display: flex;
4444
position: relative;
4545
flex-direction: column;
46+
flex-shrink: 0;
47+
order: -1;
4648
width: ${props => (props.isExpanded ? getExpandedNavWidth : getNavWidth)};
4749
font-size: ${props => props.theme.fontSizes.md};
4850

packages/chrome/src/styled/nav/StyledNavList.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ export const StyledNavList = styled.ul.attrs({
1717
display: flex;
1818
flex: 1;
1919
flex-direction: column;
20-
order: -1;
2120
margin: 0;
2221
padding: 0;
2322
list-style: none;

0 commit comments

Comments
 (0)