Skip to content

Commit

Permalink
fix: Datasource preview not taking full height
Browse files Browse the repository at this point in the history
  • Loading branch information
albinAppsmith committed Sep 18, 2024
1 parent 27aeb4d commit 131d119
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ const TabsContainer = styled(Tabs)`
overflow: hidden;
display: flex;
flex-direction: column;
max-height: unset;
`;

const TabListWrapper = styled(TabsList)`
Expand Down

0 comments on commit 131d119

Please sign in to comment.