diff --git a/superset-frontend/src/explore/components/ExploreViewContainer.jsx b/superset-frontend/src/explore/components/ExploreViewContainer.jsx index d907a95c03eb..b1dee2e3710b 100644 --- a/superset-frontend/src/explore/components/ExploreViewContainer.jsx +++ b/superset-frontend/src/explore/components/ExploreViewContainer.jsx @@ -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 {