fix: explore flex layout is sometimes too short (#14481)

This commit is contained in:
Evan Rusackas 2021-05-05 10:21:15 -07:00 committed by GitHub
parent 7182a1b390
commit 8ccd19629a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 {