Skip to content

Commit

Permalink
Fix growing tab height
Browse files Browse the repository at this point in the history
Reviewed By: antonk52

Differential Revision: D48908996

fbshipit-source-id: 6eb0a53f32d0130661c3e2c161063e87ab3ff884
  • Loading branch information
aigoncharov authored and facebook-github-bot committed Sep 1, 2023
1 parent 93e19ab commit d80a7a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions desktop/flipper-plugin/src/ui/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,5 +108,6 @@ const growingTabs = css`
& .ant-tabs-tabpane:not(.ant-tabs-tabpane-hidden) {
display: flex;
flex-direction: column;
height: 100%;
}
`;

0 comments on commit d80a7a4

Please sign in to comment.