Add ming-height to empty tab (#14878)

This commit is contained in:
Geido 2021-06-08 07:55:16 +03:00 committed by GitHub
parent 12fcb3132c
commit a1ca0b2e6b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;
}