Skip to content

Commit

Permalink
Enforce MenuPanel’s width (#636)
Browse files Browse the repository at this point in the history
  • Loading branch information
bpierre authored Feb 28, 2019
1 parent 0971441 commit 1e1a8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MenuPanel/MenuPanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,7 @@ const Wrap = styled(animated.div)`
width: 90vw;
height: 100vh;
min-width: 300px;
flex: none;
${breakpoint(
'medium',
Expand All @@ -289,9 +290,8 @@ const Main = styled.div`
width: 100%;
height: 100%;
display: flex;
flex: none;
flex-direction: column;
flex-grow: 0;
flex-shrink: 0;
${unselectable};
`

Expand Down

0 comments on commit 1e1a8ea

Please sign in to comment.