diff --git a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx index c41abf83a..f10365349 100644 --- a/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx +++ b/superset-frontend/src/dashboard/components/gridComponents/Tabs.jsx @@ -93,6 +93,10 @@ const StyledTabsContainer = styled.div` .ant-tabs { overflow: visible; + .ant-tabs-nav-wrap { + min-height: ${({ theme }) => theme.gridUnit * 12.5}px; + } + .ant-tabs-content-holder { overflow: visible; }