Fix growing tab height

Reviewed By: antonk52

Differential Revision: D48908996

fbshipit-source-id: 6eb0a53f32d0130661c3e2c161063e87ab3ff884
This commit is contained in:
Andrey Goncharov
2023-09-01 10:08:04 -07:00
committed by Facebook GitHub Bot
parent 93e19aba40
commit d80a7a45b6

View File

@@ -108,5 +108,6 @@ const growingTabs = css`
& .ant-tabs-tabpane:not(.ant-tabs-tabpane-hidden) {
display: flex;
flex-direction: column;
height: 100%;
}
`;