Skip to content

Commit

Permalink
fix: set clusterpane height to inherit
Browse files Browse the repository at this point in the history
  • Loading branch information
erdkse committed Dec 3, 2021
1 parent 6de1f2d commit 2aefca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/organisms/ClustersPane/ClustersPane.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ const ClustersPane = () => {
</Row>
</MonoPaneTitleCol>
</TitleRow>
<PaneContainer>
<PaneContainer style={{height: 'inherit'}}>
<ClustersContainer>
<StyledDiv>
<StyledHeading>
Expand Down

0 comments on commit 2aefca5

Please sign in to comment.