Skip to content

Commit

Permalink
fix: explore flex layout is sometimes too short (#14481)
Browse files Browse the repository at this point in the history
  • Loading branch information
rusackas committed May 5, 2021
1 parent 7182a1b commit 8ccd196
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -85,6 +85,7 @@ const Styles = styled.div`
display: flex;
flex-direction: row;
flex-wrap: nowrap;
flex-basis: 100vh;
align-items: stretch;
border-top: 1px solid ${({ theme }) => theme.colors.grayscale.light2};
.explore-column {
Expand Down

0 comments on commit 8ccd196

Please sign in to comment.